From 22b4912d5e647ceb1a34808dd931b8320b5317e5 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Wed, 13 Jan 2010 19:36:52 +0000 Subject: [PATCH] adding #include to graph-inl.h because this dependency doesnt seem to be working without it on gcc 4.3.3 --- cpp/graph-inl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/graph-inl.h b/cpp/graph-inl.h index 8808911ba..fb2a197c3 100644 --- a/cpp/graph-inl.h +++ b/cpp/graph-inl.h @@ -12,6 +12,8 @@ #include #include #include +#include + using namespace std;