Skip to content

Commit 93da12c

Browse files
committed
more C++ modern includes
1 parent 7d4d8d4 commit 93da12c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main/tmt_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
*/
2727
#include "tmt_test.hpp"
2828

29-
#include <limits.h>
30-
#include <stdint.h>
3129
#include <stdio.h>
3230
#include <stdlib.h>
3331
#include <string.h>
3432

33+
#include <climits>
34+
#include <cstdint>
35+
3536
#define BUF_MAX 100
3637
#define PAR_MAX 8
3738
#define TAB 8

0 commit comments

Comments
 (0)