Skip to content

Commit 7008e06

Browse files
committed
Add necessary headers for no-PCH build
#516
1 parent cfb5d77 commit 7008e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ElunaConfig.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
#endif
1212
#include "ElunaConfig.h"
1313

14+
#include <sstream>
15+
#include <algorithm>
16+
#include <cctype>
17+
1418
ElunaConfig::ElunaConfig()
1519
{
1620
}

0 commit comments

Comments
 (0)