[nostalgia/glutils] Add missing assert.hpp include

This commit is contained in:
2022-02-03 00:27:23 -06:00
parent d4e198ecc3
commit 57164c1811
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,6 @@
#pragma once
#include <ox/std/defines.hpp>
#include <ox/std/string.hpp>
#define GL_GLEXT_PROTOTYPES 1
#ifdef OX_OS_Darwin
@@ -18,6 +17,7 @@
#endif
#include <ox/std/error.hpp>
#include <ox/std/string.hpp>
#include <ox/std/vector.hpp>
namespace nostalgia::glutils {