summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/FlagTest.cpp
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2015-03-01 13:02:37 -0800
committermagumagu <magumagu9@gmail.com>2015-03-01 13:02:37 -0800
commitb4a586f84af1d1c95e764f8458b87aa998232b2e (patch)
treeb84604bbc65c367c5bce5467a4fc3a3585bc6223 /Source/UnitTests/Common/FlagTest.cpp
parentaa24dbc56e910ea0f04d273be25fd892b7903a76 (diff)
parentf75187db3e50ef0f1c7d295d8bbe007ea643f06a (diff)
Merge pull request #2161 from Tilka/fix_warnings
Fix some warnings
Diffstat (limited to 'Source/UnitTests/Common/FlagTest.cpp')
-rw-r--r--Source/UnitTests/Common/FlagTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/FlagTest.cpp b/Source/UnitTests/Common/FlagTest.cpp
index 2c087fd739..a4e3865252 100644
--- a/Source/UnitTests/Common/FlagTest.cpp
+++ b/Source/UnitTests/Common/FlagTest.cpp
@@ -3,8 +3,8 @@
// Refer to the license.txt file included.
#include <array>
-#include <gtest/gtest.h>
#include <thread>
+#include <gtest/gtest.h>
#include "Common/Flag.h"