From b642590ab20ba1799025f9759676f77f2f1e9d41 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 29 Jul 2011 17:37:05 +1000 Subject: [PATCH] Update a missing required header --- types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/types.hpp b/types.hpp index 503da882..eee1e84c 100644 --- a/types.hpp +++ b/types.hpp @@ -21,6 +21,7 @@ #define __TYPES_HPP #include "annotations.hpp" +#include "debug.hpp" #include "enable_if.hpp" #include