Merge pull request #130 from bblacey/develop

Add include of <sstreeam> to fix commit 08692f811 breakage to Ubuntu …
This commit is contained in:
wwmayer 2016-04-03 09:15:29 +02:00
commit 7ee0afbf7a

View File

@ -25,6 +25,7 @@
#include <Base/Exception.h>
#include <assert.h>
#include <string.h>
#include <sstream>
#include <boost/regex.hpp>
using namespace App;