Unverified Commit 91ae7fc1 authored by Andrey Garaev's avatar Andrey Garaev Committed by GitHub

Store third-party in separate directory (#812)

parent ab52c549
......@@ -8,7 +8,7 @@
#include <pistache/description.h>
#include <pistache/endpoint.h>
#include <pistache/serializer/rapidjson.h>
#include <pistache/thirdparty/serializer/rapidjson.h>
using namespace std;
using namespace Pistache;
......
......@@ -12,7 +12,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
#include <pistache/date.h>
#include <pistache/thirdparty/date.h>
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
......
#include "gtest/gtest.h"
#include <pistache/cookie.h>
#include <pistache/date.h>
#include <pistache/thirdparty/date.h>
using namespace Pistache;
using namespace Pistache::Http;
......
#include "gtest/gtest.h"
#include <pistache/cookie.h>
#include <pistache/date.h>
#include <pistache/thirdparty/date.h>
using namespace Pistache;
using namespace Pistache::Http;
......
#include <pistache/date.h>
#include <pistache/http.h>
#include <pistache/thirdparty/date.h>
#include "gtest/gtest.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment