Skip to content

Commit 13c826f

Browse files
authored
Fix cppfront build error due to missing header (#659) (#660)
1 parent 8f03ffc commit 13c826f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cpp2util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
#include <iterator>
221221
#include <concepts>
222222
#include <system_error>
223+
#include <limits>
223224

224225
#ifndef CPP2_NO_EXCEPTIONS
225226
#include <exception>

0 commit comments

Comments
 (0)