Skip to content

Commit abd39e7

Browse files
committed
json_tool missing include
1 parent 768e31f commit abd39e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib_json/json_tool.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#ifndef LIB_JSONCPP_JSON_TOOL_H_INCLUDED
77
#define LIB_JSONCPP_JSON_TOOL_H_INCLUDED
88

9+
#include <json/config.h>
910

1011
// Also support old flag NO_LOCALE_SUPPORT
1112
#ifdef NO_LOCALE_SUPPORT
@@ -23,7 +24,7 @@
2324
*/
2425

2526
namespace Json {
26-
static char getDecimalPoint() {
27+
static inline char getDecimalPoint() {
2728
#ifdef JSONCPP_NO_LOCALE_SUPPORT
2829
return '\0';
2930
#else

0 commit comments

Comments
 (0)