]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/isosurf.cpp
Further decoration.
[wxWidgets.git] / samples / opengl / isosurf / isosurf.cpp
index e2e936b100a121e1078fde6410fdfd7c84d66091..95485de92ddabfef8f91076774101d1cd4f3f44b 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "wx/timer.h"
 #include "wx/glcanvas.h"
+#include "wx/math.h"
 
 #if defined(__WXMAC__) || defined(__WXCOCOA__)
 #   ifdef __DARWIN__
@@ -55,8 +56,6 @@
 
 // The following part is taken largely unchanged from the original C Version
 
-#include <math.h>
-
 GLboolean speed_test = GL_FALSE;
 GLboolean use_vertex_arrays = GL_FALSE;