Skip to content

Commit 355e9b8

Browse files
committed
Add missing clocale include to value_functions.cpp
1 parent 071c232 commit 355e9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scratch/value_functions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <ctgmath>
22
#include <cassert>
3+
#include <clocale>
34
#include <utf8.h>
45

56
#include "value_functions_p.h"

0 commit comments

Comments
 (0)