From 470bf0a4774a600dbd958b781342589a337d8898 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Wed, 11 Jul 2012 01:58:00 +1000 Subject: [PATCH] Fix build with boost-1.50 REVIEW: 105494 --- src/part/DotGraphParsingHelper.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/part/DotGraphParsingHelper.cpp b/src/part/DotGraphParsingHelper.cpp index 69cac49..7d46837 100644 --- a/src/part/DotGraphParsingHelper.cpp +++ b/src/part/DotGraphParsingHelper.cpp @@ -26,10 +26,10 @@ #include "graphedge.h" #include -#include -#include -#include -#include +#include +#include +#include +#include #include -- 1.7.11.1