Skip to content

Commit 1f0003a

Browse files
Use relative path in include
1 parent b3999f3 commit 1f0003a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CSAPI/DataModels/TimeExtent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <nlohmann/json.hpp>
99
#include <nlohmann/json_fwd.hpp>
1010

11-
#include "Util/TimeUtils.h"
11+
#include "../Util/TimeUtils.h"
1212

1313
namespace ConnectedSystemsAPI::DataModels {
1414
class TimeExtent;

CSAPI/DataModels/TimeInstant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <nlohmann/json.hpp>
77
#include <nlohmann/json_fwd.hpp>
88

9-
#include "Util/TimeUtils.h"
9+
#include "../Util/TimeUtils.h"
1010

1111
namespace ConnectedSystemsAPI::DataModels {
1212
class TimeInstant;

0 commit comments

Comments
 (0)