Added include_directories(.) in CMakeLists.txt.

This commit is contained in:
eidheim 2015-05-18 12:50:09 +02:00
commit 9fa5fac4cb
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#define private public
#include "../server_http.hpp"
#include "../client_http.hpp"
#include "server_http.hpp"
#include "client_http.hpp"
#include <iostream>
using namespace std;