Skip to content

Commit f0522e7

Browse files
author
Sonny Martin
committed
Add missing cassert header
1 parent 8d464ed commit f0522e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cpp/cpp_typecheck_fargs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Author: Daniel Kroening, kroening@cs.cmu.edu
1212
#ifndef CPROVER_CPP_CPP_TYPECHECK_FARGS_H
1313
#define CPROVER_CPP_CPP_TYPECHECK_FARGS_H
1414

15+
#include <cassert>
16+
1517
#include <util/std_code.h>
1618

1719
class cpp_typecheckt;

0 commit comments

Comments
 (0)