Update SDL2 include path

This commit is contained in:
merry
2022-12-03 18:21:20 +00:00
parent 22aff09b33
commit 4a36e969ce
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include <thread>
#include <unordered_map>
#include <SDL.h>
#include <SDL2/SDL.h>
#include "common/common_types.h"
#include "common/threadsafe_queue.h"