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 269b6d0 commit 8a20103Copy full SHA for 8a20103
cpp/RAT2/classHandle.hpp
@@ -13,6 +13,7 @@ Adapted from https://github.com/ojwoodford/mex_class_wrapper
13
#include <vector>
14
#include <typeinfo>
15
#include <stdexcept>
16
+#include <iostream>
17
18
#define CLASS_HANDLE_SIGNATURE 0xFF00F0A5
19
template<class base> class ClassHandle
0 commit comments