From c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 29 Jan 2020 08:56:59 -0800 Subject: Fixed a bunch of minor Linux/iOS/MacOS build issues --- NativeApp/src/Linux/LinuxMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NativeApp/src/Linux/LinuxMain.cpp') 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 -- cgit v1.2.3