diff options
Diffstat (limited to 'platform/uwp/app_uwp.h')
-rw-r--r-- | platform/uwp/app_uwp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/platform/uwp/app_uwp.h b/platform/uwp/app_uwp.h index 9fd4967c21..87c66bd679 100644 --- a/platform/uwp/app_uwp.h +++ b/platform/uwp/app_uwp.h @@ -31,12 +31,11 @@ #ifndef APP_UWP_H #define APP_UWP_H -#include <string> +#include "os_uwp.h" +#include <GLES2/gl2.h> #include <wrl.h> - -#include "GLES2/gl2.h" -#include "os_uwp.h" +#include <string> /** clang-format does not play nice with this C++/CX hybrid, needs investigation. */ /* clang-format off */ |