diff options
Diffstat (limited to 'source/tests/05-physfs/main.cpp')
-rw-r--r-- | source/tests/05-physfs/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/05-physfs/main.cpp b/source/tests/05-physfs/main.cpp index 4ae05b8..cb74292 100644 --- a/source/tests/05-physfs/main.cpp +++ b/source/tests/05-physfs/main.cpp @@ -1,6 +1,6 @@ #include <string> -#include <asura-utils/utils.h> +#include <asura-base/utils.h> using namespace std; using namespace AEScripting; |