We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e1d84 commit b6934b0Copy full SHA for b6934b0
Client/core/CModelCacheManager.h
@@ -7,8 +7,6 @@
7
*
8
*****************************************************************************/
9
10
-#include <optional>
11
-
12
struct SModelCacheStats;
13
14
class CModelCacheManager
Client/core/StdInc.h
@@ -32,6 +32,7 @@
32
#include <cstdlib>
33
#include <iomanip>
34
#include <functional>
35
+#include <optional>
36
37
// Localization
38
#include "../../vendor/tinygettext/tinygettext.hpp"
0 commit comments