diff options
Diffstat (limited to 'gentoobrowse-api/domain/converters.cpp')
-rw-r--r-- | gentoobrowse-api/domain/converters.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gentoobrowse-api/domain/converters.cpp b/gentoobrowse-api/domain/converters.cpp index 09268b8..e551d9a 100644 --- a/gentoobrowse-api/domain/converters.cpp +++ b/gentoobrowse-api/domain/converters.cpp @@ -1,9 +1,10 @@ #include "converters.h" #include "converters.impl.h" -#include "unpackPqTextArray.h" -#include <boost/algorithm/string/join.hpp> -#include <boost/algorithm/string/split.hpp> -#include <portage-models.h> +#include <Ice/Config.h> +#include <boost/date_time/gregorian/formatters.hpp> +#include <boost/date_time/gregorian/parsers.hpp> +#include <slicer/modelParts.h> +#include <slicer/modelPartsTypes.h> #include <string> namespace Slicer { |