From a761530f145067dec205816700a0b6fe8555b975 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 May 2011 06:27:36 +0000 Subject: [PATCH] Fixed a missing include error. --- include/json/assertions.h | 3 +++ 1 file changed, 3 insertions(+) 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 +#include + #if !defined(JSON_IS_AMALGAMATION) # include #endif // if !defined(JSON_IS_AMALGAMATION)