diff --git a/source/common/textures/texture.cpp b/source/common/textures/texture.cpp index 87505140f..2ad399bc7 100644 --- a/source/common/textures/texture.cpp +++ b/source/common/textures/texture.cpp @@ -39,6 +39,7 @@ #include "bitmap.h" #include "image.h" +#include "../glbackend/gl_hwtexture.h" FTexture *CreateBrightmapTexture(FImageSource*);