diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-17 23:56:47 +0000 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-17 23:56:47 +0000 |
commit | 2810cd7c156393f62c36ae01ba8099766e8dc777 (patch) | |
tree | ecdb96064384d633804e486c2224962fa78bf18c /service | |
parent | 0af18b164c0290b4cf65ffcf388563c330d18239 (diff) | |
download | infinitytier-2810cd7c156393f62c36ae01ba8099766e8dc777.tar.gz infinitytier-2810cd7c156393f62c36ae01ba8099766e8dc777.zip |
Build fixes for G++, building without SQLite3 present, and warning removal.
Diffstat (limited to 'service')
-rw-r--r-- | service/ControlPlane.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index 81fb61ca..2e8290ed 100644 --- a/service/ControlPlane.cpp +++ b/service/ControlPlane.cpp @@ -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" |