diff options
Diffstat (limited to 'include/matrix4.h')
-rw-r--r-- | include/matrix4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/matrix4.h b/include/matrix4.h index c410973..efd353d 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -12,6 +12,7 @@ #include "aabbox3d.h"
#include "rect.h"
#include "irrString.h"
+#include "IrrCompileConfig.h" // for IRRLICHT_API
// enable this to keep track of changes to the matrix
// and make simpler identity check for seldom changing matrices
|