Skip to content

Commit 20c9057

Browse files
authored
include cstdint (LLNL#607)
1 parent 021716b commit 20c9057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/util/parse_util.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
#pragma once
88

9-
#include <iostream>
109
#include <string>
10+
#include <cstdint>
11+
#include <iostream>
1112

1213
namespace util
1314
{

0 commit comments

Comments
 (0)