Linux is case-sensitive

Former-commit-id: 40f31badac6bd4f19d8b54850ab0be8e486f08c2
This commit is contained in:
Gawaboumga
2015-12-30 15:08:30 +01:00
parent 84f6803aac
commit 92eaf8db1f
3 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@ namespace Ndk
template<typename SystemType, typename S> bool IsSystem(S& system);
}
#include <Ndk/Algorithm.inl>
#include <NDK/Algorithm.inl>
#endif // NDK_ALGORITHM_HPP