From 6962a75df5b4fb5ebb54a14ad56fccf34ce8491e Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 7 Jan 2011 13:59:46 +0100 Subject: fix Pointer::hashValue() by including config.h Submitted by: Sebastian Geerken --- lout/object.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lout/object.cc b/lout/object.cc index 9eec028e..d72b1eec 100644 --- a/lout/object.cc +++ b/lout/object.cc @@ -21,6 +21,7 @@ #include "object.hh" #include +#include namespace lout { -- cgit v1.2.3