Fix for Ubuntu build
authorDmytro Logachev <d.logachev@samsung.com>
Fri, 21 Jul 2017 14:50:05 +0000 (17:50 +0300)
committerDmytro Logachev <d.logachev@samsung.com>
Fri, 21 Jul 2017 14:50:05 +0000 (17:50 +0300)
device_core/ctrl_app_lib/src/json_utils.cpp

index c23b6c5..45d39c8 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include "json_utils.h"
-#include <json/json.h>
+#include <jsoncpp/json/json.h>
 #include "nmexceptions.h"
 #include "logging.h"