diff options
-rw-r--r-- | umosapi.cpp | 2 | ||||
-rw-r--r-- | umosapi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/umosapi.cpp b/umosapi.cpp index e3052a6..e71a688 100644 --- a/umosapi.cpp +++ b/umosapi.cpp @@ -6,8 +6,6 @@ #include <sys/types.h> #include <pwd.h> -#include <pistache/serializer/rapidjson.h> - #include <bsoncxx/builder/stream/document.hpp> #include <bsoncxx/json.hpp> @@ -5,6 +5,8 @@ #include <pistache/description.h> #include <pistache/endpoint.h> +#include <pistache/serializer/rapidjson.h> + using namespace Pistache; class UmosapiService { |