aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mathgl/fix-glut.patch
blob: 6acac1c18d81c3e6ede50a6c375a22f0fd962aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/widgets/glut.cpp b/widgets/glut.cpp
index eca65db..6a4641d 100644
--- a/widgets/glut.cpp
+++ b/widgets/glut.cpp
@@ -27,7 +27,7 @@
 	#if defined(_MSC_VER) || defined(__BORLANDC__)
 		#include <windows.h>
 		#include <GL/gl.h>
-		#include "glut.h"
+		#include <GL/glut.h>
 	#else
 		#include <GL/gl.h>
 		#include <GL/glut.h>