Add include of <sstreeam> to fix commit 08692f811 breakage to Ubuntu Precise 12.04 builds.

This commit is contained in:
Bruce B. Lacey 2016-04-02 11:19:28 -07:00
parent 7052fde4de
commit f2d8daa1fb

View File

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