From 17305df016e02694a6724b36af32ed8df81adb56 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Feb 2016 13:00:56 +0100 Subject: [PATCH] Better fix (nw) --- src/osd/modules/render/bgfx/uniform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/modules/render/bgfx/uniform.cpp b/src/osd/modules/render/bgfx/uniform.cpp index 538fd3137f1..bfc00d800e1 100644 --- a/src/osd/modules/render/bgfx/uniform.cpp +++ b/src/osd/modules/render/bgfx/uniform.cpp @@ -7,7 +7,7 @@ //============================================================ #include "uniform.h" -#include +#include bgfx_uniform::bgfx_uniform(std::string name, bgfx::UniformType::Enum type) : m_name(name)