We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d464ed commit f0522e7Copy full SHA for f0522e7
src/cpp/cpp_typecheck_fargs.h
@@ -12,6 +12,8 @@ Author: Daniel Kroening, kroening@cs.cmu.edu
12
#ifndef CPROVER_CPP_CPP_TYPECHECK_FARGS_H
13
#define CPROVER_CPP_CPP_TYPECHECK_FARGS_H
14
15
+#include <cassert>
16
+
17
#include <util/std_code.h>
18
19
class cpp_typecheckt;
0 commit comments