From 611527b32f70d22e11ad05446810034c0bcd91d1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 15 Aug 2025 12:37:15 +0200 Subject: Core/Utils: Fix nopch build with gcc 14 (cherry picked from commit 764b6a5a9336f77f43810022ce449524f6225b53) --- src/common/Containers/FlatSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/Containers/FlatSet.h b/src/common/Containers/FlatSet.h index 5602ba17254..346e5c2556b 100644 --- a/src/common/Containers/FlatSet.h +++ b/src/common/Containers/FlatSet.h @@ -17,6 +17,7 @@ #ifndef TRINITYCORE_FLAT_SET_H #define TRINITYCORE_FLAT_SET_H +#include #include #include -- cgit v1.2.3