c++: Avoid relative path when including headers
[src/app-framework-binder.git] / include / afb / c++ / binding-object.hpp
index f9c3bca..b85331c 100644 (file)
@@ -17,7 +17,9 @@
  * limitations under the License.
  */
 
-#include "../afb-binding.h"
+extern "C" {
+#include <afb/afb-binding.h>
+}
 #include <cassert>
 #include <string>