Fixing warnings in scwx-qt

This commit is contained in:
Dan Paulat 2022-06-11 07:42:18 -05:00
parent 3339a40780
commit ff58f5bcf6
15 changed files with 36 additions and 21 deletions

View file

@ -1,7 +1,9 @@
#include <scwx/qt/gl/text_shader.hpp>
#include <scwx/util/logger.hpp>
#pragma warning(push, 0)
#include <glm/gtc/type_ptr.hpp>
#pragma warning(pop)
namespace scwx
{