From 1ac041cd69dd28a0240ba63113ab3d29bb727787 Mon Sep 17 00:00:00 2001 From: Brandon Munger Date: Wed, 23 Mar 2016 14:44:41 -0400 Subject: [PATCH] Fix compile error (nw) --- src/osd/modules/render/bgfx/valueuniform.cpp | 1 + 1 file changed, 1 insertion(+) 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)