diff options
author | chai <chaifix@163.com> | 2018-07-28 13:47:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 13:47:51 +0800 |
commit | d033400614e7e2c0ff49e5100c81e937e5818e74 (patch) | |
tree | 82e011222e9d88b3f7dff239aefae4a2c100fef4 /src/libjin/Utils/unittest.cpp | |
parent | 7b7a510321112978090575e89c3dabeba9ea9f97 (diff) |
*update
Diffstat (limited to 'src/libjin/Utils/unittest.cpp')
-rw-r--r-- | src/libjin/Utils/unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Utils/unittest.cpp b/src/libjin/Utils/unittest.cpp index 2952b0b..44f1ae5 100644 --- a/src/libjin/Utils/unittest.cpp +++ b/src/libjin/Utils/unittest.cpp @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <SDL2/SDL.h> +#include "SDL2/SDL.h" #include <3rdparty/cmixer/cmixer.h> |