Skip to content

Commit cc48534

Browse files
committed
Move cstdlib include with others
1 parent 615ae15 commit cc48534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
#include <cstddef>
262262
#include <cstdint>
263263
#include <cstdio>
264+
#include <cstdlib>
264265
#ifndef CPP2_NO_EXCEPTIONS
265266
#include <exception>
266267
#endif
@@ -301,7 +302,6 @@
301302
#include <vector>
302303
#endif
303304

304-
#include <cstdlib>
305305
// #ifndef EXIT_FAILURE
306306
// #define EXIT_FAILURE 1
307307
// #endif

0 commit comments

Comments
 (0)