diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 16:56:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 16:56:59 +0000 |
| commit | c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7 (patch) | |
| tree | 764651f4fdebd14fb1e5758da663e65690641ab8 /NativeApp/src/Android/AndroidAppBase.cpp | |
| parent | Updates to comply with the new API (diff) | |
| download | DiligentTools-c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7.tar.gz DiligentTools-c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7.zip | |
Fixed a bunch of minor Linux/iOS/MacOS build issues
Diffstat (limited to 'NativeApp/src/Android/AndroidAppBase.cpp')
| -rw-r--r-- | NativeApp/src/Android/AndroidAppBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/src/Android/AndroidAppBase.cpp b/NativeApp/src/Android/AndroidAppBase.cpp index 05386fd..5c21dc6 100644 --- a/NativeApp/src/Android/AndroidAppBase.cpp +++ b/NativeApp/src/Android/AndroidAppBase.cpp @@ -22,7 +22,7 @@ */ #include "AndroidAppBase.h" -#include "Timer.h" +#include "Timer.hpp" #include <android/sensor.h> //#include <android/log.h> |
