summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/FifoQueueTest.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/FifoQueueTest.cpp
parentaa24dbc56e910ea0f04d273be25fd892b7903a76 (diff)
parentf75187db3e50ef0f1c7d295d8bbe007ea643f06a (diff)
Merge pull request #2161 from Tilka/fix_warnings
Fix some warnings
Diffstat (limited to 'Source/UnitTests/Common/FifoQueueTest.cpp')
-rw-r--r--Source/UnitTests/Common/FifoQueueTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/FifoQueueTest.cpp b/Source/UnitTests/Common/FifoQueueTest.cpp
index 6530e15ddd..042cf57983 100644
--- a/Source/UnitTests/Common/FifoQueueTest.cpp
+++ b/Source/UnitTests/Common/FifoQueueTest.cpp
@@ -2,8 +2,8 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#include <gtest/gtest.h>
#include <thread>
+#include <gtest/gtest.h>
#include "Common/FifoQueue.h"