Linux is case-sensitive
Former-commit-id: 40f31badac6bd4f19d8b54850ab0be8e486f08c2
This commit is contained in:
parent
84f6803aac
commit
92eaf8db1f
|
|
@ -20,6 +20,6 @@ namespace Ndk
|
||||||
template<typename SystemType, typename S> bool IsSystem(S& system);
|
template<typename SystemType, typename S> bool IsSystem(S& system);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Ndk/Algorithm.inl>
|
#include <NDK/Algorithm.inl>
|
||||||
|
|
||||||
#endif // NDK_ALGORITHM_HPP
|
#endif // NDK_ALGORITHM_HPP
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// This file is part of the "Nazara Development Kit"
|
// This file is part of the "Nazara Development Kit"
|
||||||
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
||||||
|
|
||||||
#include <Ndk/Algorithm.hpp>
|
#include <NDK/Algorithm.hpp>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace Ndk
|
namespace Ndk
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// This file is part of the "Nazara Development Kit"
|
// This file is part of the "Nazara Development Kit"
|
||||||
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
||||||
|
|
||||||
#include <Ndk/Algorithm.hpp>
|
#include <NDK/Algorithm.hpp>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace Ndk
|
namespace Ndk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue