Archived
1
Fork 0

Fix non-clang builds

This commit is contained in:
Joshua Goins 2018-09-28 18:22:11 -04:00
parent c2435144e3
commit 445f71fc6a

View file

@ -3,6 +3,7 @@
#include <set> #include <set>
#include <vector> #include <vector>
#include <iostream> #include <iostream>
#include <cstring>
Renderer::Renderer() { Renderer::Renderer() {
createInstance(); createInstance();