1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-22 16:57:12 +02:00

Fix wrong includes left over by the merge of numeric libraries.

This commit is contained in:
Sandu Liviu Catalin
2016-06-05 04:15:23 +03:00
parent edc6a22d24
commit a1af9af0d7
9 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#include "Base/Color4.hpp"
#include "Base/Color3.hpp"
#include "Base/Shared.hpp"
#include "Library/Random.hpp"
#include "Library/Numeric/Random.hpp"
// ------------------------------------------------------------------------------------------------
#include <limits>