Added missing include
parent
fe36b0fe29
commit
97ea5cc895
|
@ -37,10 +37,11 @@
|
|||
|
||||
#include "math/func.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <SDL.h>
|
||||
#include <SDL_ttf.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
// Graphics module namespace
|
||||
namespace Gfx
|
||||
|
|
Loading…
Reference in New Issue