We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2465f commit 0d911d0Copy full SHA for 0d911d0
bindings/python/src/basic/attribute.cpp
@@ -24,6 +24,10 @@
24
#include "../common.hpp"
25
26
#include <geode/basic/attribute.hpp>
27
+#include <geode/basic/constant_attribute.hpp>
28
+#include <geode/basic/sparse_attribute.hpp>
29
+#include <geode/basic/variable_attribute.hpp>
30
+
31
namespace geode
32
{
33
template < typename type >
bindings/python/src/basic/attribute_manager.cpp
@@ -24,7 +24,12 @@
#include <geode/basic/attribute_manager.hpp>
#include <typeinfo>
34
35
0 commit comments