commit | a761530f145067dec205816700a0b6fe8555b975 | [log] [tgz] |
---|---|---|
author | Aaron Jacobs <aaronjjacobs@gmail.com> | Tue May 24 06:27:36 2011 +0000 |
committer | Aaron Jacobs <aaronjjacobs@gmail.com> | Tue May 24 06:27:36 2011 +0000 |
tree | d0eb5d15e7a1a8e4beb542f2a05c204a47f29b6f | |
parent | ae9ffb544303f42e14c21224b9d37c3b870a7097 [diff] |
Fixed a missing include error.
diff --git a/include/json/assertions.h b/include/json/assertions.h index 005ff71..eb87010 100644 --- a/include/json/assertions.h +++ b/include/json/assertions.h
@@ -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)