Skip to content

Commit 52386ff

Browse files
authored
adding necessary include: cstdint
1 parent 746cd6f commit 52386ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/argz/argz.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#pragma once
1414

15+
#include <cstdint>
1516
#include <functional>
1617
#include <iostream>
1718
#include <stdexcept>

0 commit comments

Comments
 (0)