aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/Containers/FlatSet.h1
1 files changed, 1 insertions, 0 deletions
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 <algorithm>
#include <functional>
#include <vector>