diff options
Diffstat (limited to 'src/game/client/gc_render.hpp')
| -rw-r--r-- | src/game/client/gc_render.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/gc_render.hpp b/src/game/client/gc_render.hpp index d819c194..faaff094 100644 --- a/src/game/client/gc_render.hpp +++ b/src/game/client/gc_render.hpp @@ -2,7 +2,8 @@ #ifndef GAME_CLIENT_RENDER_H #define GAME_CLIENT_RENDER_H -#include "../g_vmath.hpp" +#include <base/vmath.hpp> + #include "../g_mapitems.hpp" #include "gc_ui.hpp" |