diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-01-01 00:26:53 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-08-12 14:24:24 +0200 |
commit | b7287e85e4bc8acb2b95271ece9dd8a5b93873cd (patch) | |
tree | 6088602ac914ef69573ce551d7fc4f0613beb5ce /dep/g3dlite/source/Vector2.cpp | |
parent | f9033a5dbd559fde3030a21d83d664983d95f39f (diff) |
Core/Misc: Fixed deprecation warnings for c++20
(cherry picked from commit ba9bbbc9d0c3b80d8954ad6390d23ae3d0f804b2)
Diffstat (limited to 'dep/g3dlite/source/Vector2.cpp')
-rw-r--r-- | dep/g3dlite/source/Vector2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/g3dlite/source/Vector2.cpp b/dep/g3dlite/source/Vector2.cpp index a6edea9a83f..194cd3090de 100644 --- a/dep/g3dlite/source/Vector2.cpp +++ b/dep/g3dlite/source/Vector2.cpp @@ -23,6 +23,7 @@ #include "G3D/TextInput.h" #include "G3D/TextOutput.h" #include "G3D/Any.h" +#include "G3D/Random.h" namespace G3D { |