Fix buildbreak 13/49113/1
authorJan Olszak <j.olszak@samsung.com>
Tue, 6 Oct 2015 12:42:28 +0000 (14:42 +0200)
committerJan Olszak <j.olszak@samsung.com>
Tue, 6 Oct 2015 12:44:25 +0000 (14:44 +0200)
[Featurei/Bug]  Missing include
[Cause]         N/A
[Solution]      N/A
[Verification]  Clean and build with clang

Change-Id: I76da0251f02449561a60dfb20ccf2504b46789b3

libs/lxcpp/network.hpp

index 63a6cd2..0affc5f 100644 (file)
@@ -24,7 +24,8 @@
 #ifndef LXCPP_NETWORK_HPP
 #define LXCPP_NETWORK_HPP
 
-#include "config/fields.hpp"
+#include <config/config.hpp>
+#include <config/fields.hpp>
 
 #include <cstring>
 #include <string>