Skip to content

Commit 588d45d

Browse files
author
Daniel Kroening
committed
introduce typedef_type in the C/C++ frontend
1 parent ebabac3 commit 588d45d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansi-c/c_typecheck_type.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Author: Daniel Kroening, [email protected]
2424
#include "gcc_types.h"
2525
#include "padding.h"
2626
#include "type2name.h"
27+
#include "typedef_type.h"
2728

2829
void c_typecheck_baset::typecheck_type(typet &type)
2930
{

0 commit comments

Comments
 (0)