From 75e7ec95c43438f4a43e5cff400ebf31e55e5bc5 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Tue, 30 Jun 2009 11:25:30 -0700 Subject: [PATCH] Include a missing header file. This should fix compilation with newer versions of GCC. Problem originally reported by Robert Rebstock . --- ref.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1