X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=src%2Fjansson.hpp;h=f435493c453c8e5a85421132733568db73081b98;hp=51c176341d7a9abe81768daf00f6443ae6cca3db;hb=49d40f020b471f693fdd179729faa8be916f7114;hpb=910a2f318bdf7d61d982ab76d2518d58d16b0365 diff --git a/src/jansson.hpp b/src/jansson.hpp index 51c1763..f435493 100644 --- a/src/jansson.hpp +++ b/src/jansson.hpp @@ -11,6 +11,11 @@ #include #include #include + +// Included so that standard functions don't end up in namespace json +#include + +// For free() #include namespace json {