Browse Source

python: missing include.

next
Vladimír Vondruš 2 years ago
parent
commit
49d489382b
  1. 1
      src/Magnum/SceneGraph/PythonBindings.h

1
src/Magnum/SceneGraph/PythonBindings.h

@ -28,6 +28,7 @@
#include <memory> /* :( */
#include <pybind11/pybind11.h>
#include <Corrade/Utility/Assert.h>
#include <Magnum/SceneGraph/AbstractFeature.h>
namespace Magnum { namespace SceneGraph {

Loading…
Cancel
Save