Add configuration file over-ride mechanism
[apps/agl-service-windowmanager.git] / src / window_manager.hpp
index 6cbd355..967a87a 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2017 TOYOTA MOTOR CORPORATION
+ * Copyright (c) 2018 Konsulko Group
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #include "hmi-debug.h"
 #include "request.hpp"
 #include "wm_error.hpp"
+extern "C" 
+{ 
+#include <afb/afb-binding.h> 
+} 
 
 struct json_object;