Skip to content

Commit

Permalink
include missing boost header
Browse files Browse the repository at this point in the history
  • Loading branch information
bencwallace committed Jun 27, 2024
1 parent 8e32ade commit d65223b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <CLI/CLI.hpp>

#include <boost/preprocessor/repeat_from_to.hpp>

#include "loop.h"

#define CASE_MACRO(z, n, data) \
Expand Down

0 comments on commit d65223b

Please sign in to comment.