Skip to content

Commit b6934b0

Browse files
committed
Fix include issue
1 parent a8e1d84 commit b6934b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Client/core/CModelCacheManager.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
*
88
*****************************************************************************/
99

10-
#include <optional>
11-
1210
struct SModelCacheStats;
1311

1412
class CModelCacheManager

Client/core/StdInc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <cstdlib>
3333
#include <iomanip>
3434
#include <functional>
35+
#include <optional>
3536

3637
// Localization
3738
#include "../../vendor/tinygettext/tinygettext.hpp"

0 commit comments

Comments
 (0)