First implementation of moving the algorithmic core into a library

This commit is contained in:
Dennis Luxen
2013-06-26 19:48:22 -04:00
parent 2c397bfa0b
commit 63d8abe32f
14 changed files with 64 additions and 54 deletions
-2
View File
@@ -18,8 +18,6 @@
or see http://www.gnu.org/licenses/agpl.txt.
*/
#include <boost/foreach.hpp>
#include "TemporaryStorage.h"
TemporaryStorage::TemporaryStorage() {
+1
View File
@@ -24,6 +24,7 @@
#include <vector>
#include <fstream>
#include <boost/foreach.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/shared_ptr.hpp>