]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/mfutils.cpp
Fixes to allow OGL building as a DLL
[wxWidgets.git] / contrib / src / ogl / mfutils.cpp
index 27f471e4142229617e99df6f09f83d31cc2837e3..0f3e33e2c48a04d71f134866f88aaf672069be72 100644 (file)
@@ -27,7 +27,8 @@
 #include <wx/metafile.h>
 #include <wx/utils.h>
 
-#include <wx/ogl/mfutils.h>
+#include "wx/ogl/ogl.h"
+
 #include <stdio.h>
 
 static char _buf[1024]; // a temp buffer to use inplace of wxBuffer, which is deprecated.