aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/Time.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-06 21:56:40 -0700
committerrtk0c <[email protected]>2021-05-06 21:56:40 -0700
commit1fd1e4b5f2418e3ac2909658993bfedb615537ec (patch)
tree6de080d2273890f8a74d7fcd3572bb44f44ac545 /core/src/Utils/Time.hpp
parent538e804fc9beb83e711a210ffbb6badc15f285d5 (diff)
Change brace style to on new line, add initial deliveries view when an order entry is selected
Diffstat (limited to 'core/src/Utils/Time.hpp')
-rw-r--r--core/src/Utils/Time.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/Utils/Time.hpp b/core/src/Utils/Time.hpp
index 1f5a048..13e12a1 100644
--- a/core/src/Utils/Time.hpp
+++ b/core/src/Utils/Time.hpp
@@ -1,7 +1,7 @@
#pragma once
-#include <string>
#include <chrono>
+#include <string>
std::string StringifyTimePoint(std::chrono::time_point<std::chrono::system_clock> tp);
std::string StringifyTimeStamp(int64_t timeStamp);