From c81f37a18c47584c0c73897cdde71ecdb68ec245 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Thu, 16 Mar 2017 20:32:46 +0100
Subject: [PATCH] Improve JSON interpreter

---
 DDCore/include/JSON/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DDCore/include/JSON/config.h b/DDCore/include/JSON/config.h
index 4c3895e75..1036aeb45 100644
--- a/DDCore/include/JSON/config.h
+++ b/DDCore/include/JSON/config.h
@@ -15,8 +15,8 @@
 
 #define DD4HEP_USE_BOOST_JSON 1
 
-#include <boost/property_tree/json_parser.hpp>
-#include <boost/property_tree/ptree.hpp>
+#include "boost/property_tree/json_parser.hpp"
+#include "boost/property_tree/ptree.hpp"
 
 /// Namespace for the AIDA detector description toolkit
 namespace DD4hep {
-- 
GitLab