Skip to content

Commit

Permalink
#5452 Fix compilation in gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 20, 2020
1 parent b7eb9a9 commit 11e5a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions plugins/script/PythonModule.cpp
Expand Up @@ -6,6 +6,7 @@
#define PYBIND11_VERSION_STR (QUOTE(PYBIND11_VERSION_MAJOR) "." QUOTE(PYBIND11_VERSION_MINOR) "." QUOTE(PYBIND11_VERSION_PATCH))

#include <pybind11/embed.h>
#include <pybind11/stl_bind.h>
#include "itextstream.h"

namespace script
Expand Down
1 change: 0 additions & 1 deletion plugins/script/ScriptingSystem.cpp
Expand Up @@ -2,7 +2,6 @@

#include <pybind11/pybind11.h>
#include <pybind11/attr.h>
#include <pybind11/stl_bind.h>
#include <pybind11/eval.h>

#include "i18n.h"
Expand Down

0 comments on commit 11e5a7f

Please sign in to comment.