GH-1047 build fixes

This commit is contained in:
Petr Mrázek
2015-09-06 23:46:38 +02:00
parent 38693e1d6c
commit b8cdcdb96b
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ namespace text
class NBT___EXPORT json_formatter
{
public:
json_formatter() {};
void print(std::ostream& os, const tag& t) const;
};