diff options
| author | magumagu <magumagu9@gmail.com> | 2015-03-01 13:02:37 -0800 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2015-03-01 13:02:37 -0800 |
| commit | b4a586f84af1d1c95e764f8458b87aa998232b2e (patch) | |
| tree | b84604bbc65c367c5bce5467a4fc3a3585bc6223 /Source/UnitTests/Common/MathUtilTest.cpp | |
| parent | aa24dbc56e910ea0f04d273be25fd892b7903a76 (diff) | |
| parent | f75187db3e50ef0f1c7d295d8bbe007ea643f06a (diff) | |
Merge pull request #2161 from Tilka/fix_warnings
Fix some warnings
Diffstat (limited to 'Source/UnitTests/Common/MathUtilTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/MathUtilTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/MathUtilTest.cpp b/Source/UnitTests/Common/MathUtilTest.cpp index 9549039304..0f27ed1ea1 100644 --- a/Source/UnitTests/Common/MathUtilTest.cpp +++ b/Source/UnitTests/Common/MathUtilTest.cpp @@ -2,9 +2,9 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include <gtest/gtest.h> #include <limits> #include <random> +#include <gtest/gtest.h> #include "Common/MathUtil.h" |
