From 6654b859eb66c6d30c6651765171149b5d0db1ea Mon Sep 17 00:00:00 2001 From: jrheinlaender Date: Thu, 28 Mar 2013 17:30:10 +0430 Subject: [PATCH] Fixed build error on Ubuntu --- src/Base/Uuid.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Base/Uuid.cpp b/src/Base/Uuid.cpp index c75b5fa2a..633b3b191 100644 --- a/src/Base/Uuid.cpp +++ b/src/Base/Uuid.cpp @@ -27,6 +27,8 @@ # include #endif +#include + /// Here the FreeCAD includes sorted by Base,App,Gui...... #include "Uuid.h" #include "Exception.h"