Fix using NXT_PLATFORM without including Platform.h

This commit is contained in:
Corentin Wallez 2017-07-14 14:05:14 -04:00 committed by Corentin Wallez
parent 9d4b9ab313
commit dab0638177
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include "backend/opengl/ShaderModuleGL.h"
#include "common/Platform.h"
#include <spirv-cross/spirv_glsl.hpp>
#include <sstream>

View File

@ -14,6 +14,8 @@
#include "utils/BackendBinding.h"
#include "common/Platform.h"
#include "GLFW/glfw3.h"
namespace backend {