Skip to content

Commit 77d6157

Browse files
Add missing forward declaration
1 parent 5a5121a commit 77d6157

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CSAPI-lib/DataModels/TimeInstant.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#include "TimeUtils.h"
1010

1111
namespace ConnectedSystemsAPI::DataModels {
12+
class TimeInstant;
13+
void to_json(nlohmann::ordered_json& j, const TimeInstant& v);
14+
1215
class TimeInstant {
1316
private:
1417
std::chrono::system_clock::time_point timePoint;

0 commit comments

Comments
 (0)