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/Linux/LinuxMain.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/Linux/LinuxMain.cpp')
| -rw-r--r-- | NativeApp/src/Linux/LinuxMain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NativeApp/src/Linux/LinuxMain.cpp b/NativeApp/src/Linux/LinuxMain.cpp index dec0c92..ca4a8cd 100644 --- a/NativeApp/src/Linux/LinuxMain.cpp +++ b/NativeApp/src/Linux/LinuxMain.cpp @@ -26,9 +26,9 @@ #include "PlatformDefinitions.h" #include "NativeAppBase.h" -#include "StringTools.h" -#include "Timer.h" -#include "Errors.h" +#include "StringTools.hpp" +#include "Timer.hpp" +#include "Errors.hpp" #ifndef GLX_CONTEXT_MAJOR_VERSION_ARB |
