diff options
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index e09f13b6b..470d35b83 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -36,6 +36,8 @@ #include "resources/image/image.h" +#include "utils/performance.h" + #include "debug.h" GLuint NullOpenGLGraphics::mTextureBinded = 0; |