Skip to content

Commit ac8aaea

Browse files
authored
add missing include (#229)
1 parent c291aeb commit ac8aaea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <numeric>
2020
#include <sstream>
2121
#include <limits>
22+
#include <cstdint>
2223

2324
/**
2425
* Note this is a hastily hacked together command line parser.

0 commit comments

Comments
 (0)