Skip to content

Commit e10c986

Browse files
committed
Add missing iomanip header for windows build
1 parent 2a9622c commit e10c986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coresdk/src/coresdk/basics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <cctype>
1717
#include <locale>
1818
#include <cmath>
19+
#include <iomanip>
1920

2021
namespace splashkit_lib
2122
{

0 commit comments

Comments
 (0)