Build fixes for G++, building without SQLite3 present, and warning removal.

This commit is contained in:
Adam Ierymenko 2015-05-17 23:56:47 +00:00
parent 0af18b164c
commit 2810cd7c15
4 changed files with 9 additions and 8 deletions

View file

@ -33,7 +33,9 @@
#include "../ext/http-parser/http_parser.h"
#ifdef ZT_ENABLE_NETWORK_CONTROLLER
#include "../controller/SqliteNetworkController.hpp"
#endif
#include "../node/InetAddress.hpp"
#include "../node/Node.hpp"