]> www.ginac.de Git - ginac.git/blobdiff - ginac/ginac.h
#pragmas for MAKECINT in combination with namespaces
[ginac.git] / ginac / ginac.h
index 491b05667a2b60526deed34910c04029eef67b09..99b2b6ef7104020d385fce9903416ed0a6e47bb1 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __GINAC_H__
 #define __GINAC_H__
 
+#include "version.h"
+
 #include "basic.h"
 
 #include "ex.h"
@@ -64,4 +66,9 @@
 #include "lortensor.h"
 #endif // ndef GINAC_BASE_ONLY
 
+#ifdef __MAKECINT__
+#pragma link C++ nestedclass;
+#pragma link C++ nestedtypedef;
+#endif
+
 #endif // ndef __GINAC_H__