Skip to content

Commit 1edd12d

Browse files
author
Alexander Lochmann
authored
TaintConfigData need include cstdint for uint32_t (#691)
1 parent b07f56a commit 1edd12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/phasar/PhasarLLVM/TaintConfig/TaintConfigData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifndef PHASAR_PHASARLLVM_TAINTCONFIG_TAINTCONFIGDATA_H
1111
#define PHASAR_PHASARLLVM_TAINTCONFIG_TAINTCONFIGDATA_H
1212

13+
#include <cstdint>
1314
#include <string>
1415
#include <vector>
1516

0 commit comments

Comments
 (0)