[nostalgia/glutils] Add error include

This commit is contained in:
Gary Talent 2021-06-25 21:20:46 -05:00
parent 6882dc8404
commit aa4a1a9011

View File

@ -16,6 +16,8 @@
#include <GLES3/gl3.h>
#endif
#include <ox/std/error.hpp>
namespace nostalgia::glutils {
struct Empty {};