X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwindow_manager.hpp;h=967a87a6738bbe9007c52c1637dfef33b7447e2e;hb=refs%2Fchanges%2F05%2F18605%2F2;hp=6cbd355c51a902d1f161ea18c3f5192c2e0c9321;hpb=6a20800629fca350b00ce71a09ba4d71e2f2ee1d;p=apps%2Fagl-service-windowmanager.git diff --git a/src/window_manager.hpp b/src/window_manager.hpp index 6cbd355..967a87a 100644 --- a/src/window_manager.hpp +++ b/src/window_manager.hpp @@ -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. @@ -29,6 +30,10 @@ #include "hmi-debug.h" #include "request.hpp" #include "wm_error.hpp" +extern "C" +{ +#include +} struct json_object;