Fixed a missing include error.

This commit is contained in:
Aaron Jacobs 2011-05-24 06:27:36 +00:00
parent ae9ffb5443
commit a761530f14

View File

@ -6,6 +6,9 @@
#ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED
# define CPPTL_JSON_ASSERTIONS_H_INCLUDED
#include <stdlib.h>
#include <iostream>
#if !defined(JSON_IS_AMALGAMATION)
# include <json/config.h>
#endif // if !defined(JSON_IS_AMALGAMATION)