From: Michael Vrable Date: Tue, 30 Jun 2009 18:25:30 +0000 (-0700) Subject: Include a missing header file. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=75e7ec95c43438f4a43e5cff400ebf31e55e5bc5 Include a missing header file. This should fix compilation with newer versions of GCC. Problem originally reported by Robert Rebstock . --- diff --git a/ref.cc b/ref.cc index 4020c01..4418e15 100644 --- a/ref.cc +++ b/ref.cc @@ -25,6 +25,7 @@ #include #include +#include #include #include #include