diff --git a/src/osd/modules/render/bgfx/valueuniform.cpp b/src/osd/modules/render/bgfx/valueuniform.cpp index e920c45dc18..8a018ac492a 100644 --- a/src/osd/modules/render/bgfx/valueuniform.cpp +++ b/src/osd/modules/render/bgfx/valueuniform.cpp @@ -10,6 +10,7 @@ //============================================================ #include "valueuniform.h" +#include bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count) : bgfx_entry_uniform(uniform)