Skip to content

Commit 7cd6358

Browse files
committed
adding missing include to version.hpp
1 parent cf775ad commit 7cd6358

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/oryx/chron/version.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <string>
4+
35
namespace oryx::chron {
46

57
inline constexpr int kVersionMajor = 0;

0 commit comments

Comments
 (0)