Skip to content

Commit 0d911d0

Browse files
committed
fix python
1 parent 8f2465f commit 0d911d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bindings/python/src/basic/attribute.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "../common.hpp"
2525

2626
#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+
2731
namespace geode
2832
{
2933
template < typename type >

bindings/python/src/basic/attribute_manager.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
#include "../common.hpp"
2525

2626
#include <geode/basic/attribute_manager.hpp>
27+
#include <geode/basic/constant_attribute.hpp>
28+
#include <geode/basic/sparse_attribute.hpp>
29+
#include <geode/basic/variable_attribute.hpp>
30+
2731
#include <typeinfo>
32+
2833
namespace geode
2934
{
3035
template < typename type >

0 commit comments

Comments
 (0)