Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-07 02:35:35 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-07 02:35:35 +0300
commit8c912890f01946073faf159e2cb02ad3834ca946 (patch)
tree0d3b9eb89ca8785cf10679e284f1a734b9d3f503 /server/TracyTexture.cpp
parentd271634a95b06100115d0ba3144da626b07a7f61 (diff)
Proper case in includes.
Diffstat (limited to 'server/TracyTexture.cpp')
-rw-r--r--server/TracyTexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyTexture.cpp b/server/TracyTexture.cpp
index ff69f5eb..a99bd14d 100644
--- a/server/TracyTexture.cpp
+++ b/server/TracyTexture.cpp
@@ -1,4 +1,4 @@
-#include <gl/gl3w.h>
+#include <GL/gl3w.h>
#include "TracyTexture.hpp"