Browse Source

Fix to compile on AIX operating system

mingodad 5 years ago
parent
commit
0787cb40ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu/squirrel/sqvm.cpp

+ 1 - 1
SquiLu/squirrel/sqvm.cpp

@@ -1,8 +1,8 @@
 /*
 	see copyright notice in squirrel.h
 */
-#include "sqpcheader.h"
 #include <math.h>
+#include "sqpcheader.h"
 #include <limits.h>
 #include <stdlib.h>
 #include "sqopcodes.h"