Skip to content

Commit bba47fc

Browse files
committed
Add missing clocale include to Value
1 parent 6235b99 commit bba47fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/scratchcpp/value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <iomanip>
1111
#include <utf8.h>
1212
#include <iostream>
13+
#include <clocale>
1314

1415
#include "global.h"
1516

0 commit comments

Comments
 (0)