Skip to content

Commit 52290b0

Browse files
committed
Include string when not using dstringt as irep_idt representation
Fixes: #1837 together with all previous commits in this series.
1 parent 25ffad4 commit 52290b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/irep_ids.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Author: Reuben Thomas, [email protected]
1616

1717
#ifdef USE_DSTRING
1818
#include "dstring.h"
19+
#else
20+
#include <string>
1921
#endif
2022

2123
/// \file The irep_ids are generated using a technique called

0 commit comments

Comments
 (0)