summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/FifoQueueTest.cpp
diff options
context:
space:
mode:
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"