Skip to content

Commit c963743

Browse files
committed
added missing includes
1 parent e92d650 commit c963743

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/sml/actions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#pragma once
2+
#include <chrono>
3+
#include <spdlog/spdlog.h>
24

35
std::chrono::time_point<std::chrono::steady_clock> startTime;
46

src/sml/logger.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#pragma once
2+
#include <spdlog/spdlog.h>
3+
#include <boost/sml.hpp>
24

35
struct CustomLogger
46
{

0 commit comments

Comments
 (0)