diff options
Diffstat (limited to 'src/unstable/json.h')
-rw-r--r-- | src/unstable/json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unstable/json.h b/src/unstable/json.h index 7ac6f51..86074bc 100644 --- a/src/unstable/json.h +++ b/src/unstable/json.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #include "bu/hash.h" | 4 | #include "bu/hash.h" |
5 | #include "bu/list.h" | 5 | #include "bu/list.h" |
6 | #include "bu/string.h" | 6 | #include "bu/string.h" |
7 | #include "bu/utfstring.h" | ||
7 | 8 | ||
8 | namespace Bu | 9 | namespace Bu |
9 | { | 10 | { |
@@ -32,6 +33,7 @@ namespace Bu | |||
32 | 33 | ||
33 | public: | 34 | public: |
34 | Json(); | 35 | Json(); |
36 | Json( const Bu::UtfString &sValue ); | ||
35 | Json( const Bu::String &sValue ); | 37 | Json( const Bu::String &sValue ); |
36 | Json( const char *sValue ); | 38 | Json( const char *sValue ); |
37 | Json( double dValue ); | 39 | Json( double dValue ); |