commit | dab0638177309d43ae80cec5b4f0049f64e0bdff | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jul 14 14:05:14 2017 -0400 |
committer | Corentin Wallez <corentin@wallez.net> | Mon Jul 17 13:48:17 2017 -0400 |
tree | 2e4e1fbde12043ef9f9501f15cd2945a7e241c80 | |
parent | 9d4b9ab3134f5796bb79cce49d89dfd702d131e4 [diff] [blame] |
Fix using NXT_PLATFORM without including Platform.h
diff --git a/src/utils/OpenGLBinding.cpp b/src/utils/OpenGLBinding.cpp index c2f67b6..b7b5317 100644 --- a/src/utils/OpenGLBinding.cpp +++ b/src/utils/OpenGLBinding.cpp
@@ -14,6 +14,8 @@ #include "utils/BackendBinding.h" +#include "common/Platform.h" + #include "GLFW/glfw3.h" namespace backend {