From 44fa38df264efa7a87beb59afc4664595de8ab48 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Tue, 21 Oct 2008 10:09:33 +0400 Subject: [PATCH] exam_cra: explicitly #include . This should make g++ 4.3 happy. --- check/exam_cra.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/check/exam_cra.cpp b/check/exam_cra.cpp index 11e1ab70..2c6163ee 100644 --- a/check/exam_cra.cpp +++ b/check/exam_cra.cpp @@ -7,6 +7,7 @@ #include #include #include +#include using namespace cln; using namespace std; -- 2.44.0