aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/chaos.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/chaos.hpp')
-rw-r--r--chaos/src/chaos.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chaos/src/chaos.hpp b/chaos/src/chaos.hpp
index 4f51902..65a9c46 100644
--- a/chaos/src/chaos.hpp
+++ b/chaos/src/chaos.hpp
@@ -22,7 +22,7 @@
#define FLEXT_ATTRIBUTES 1
-//#include "flext.h"
+#include "flext.h"
/* internal we can work with a higher precision than pd */
#ifdef DOUBLE_PRECISION
@@ -31,5 +31,6 @@ typedef double data_t;
typedef t_float data_t;
#endif
+
#define __chaos_hpp
#endif /* __chaos_hpp */