Windows compatibility fixes
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
#include "sdlpp_vector.hpp"
|
||||
#include "sdlpp_visitor.hpp"
|
||||
|
||||
#include <SDL2/SDL_render.h>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#ifndef _WIN32
|
||||
#include <SDL2/SDL_render.h>
|
||||
#else
|
||||
#include "SDL2/SDL_render.h"
|
||||
#endif
|
||||
|
||||
namespace SDLPP {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user