Optimize includes in ThreadLocal.h

This commit is contained in:
Wojtek Figat
2021-07-08 00:27:34 +02:00
parent 446458d20c
commit f5e5686853
41 changed files with 45 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
#include "Sorting.h"
#include "Engine/Core/Memory/Memory.h"
#include "Engine/Threading/ThreadLocal.h"
// Use a cached storage for the sorting (one per thread to reduce locking)