Skip to content

Commit 5a90993

Browse files
committed
temp2
1 parent f267995 commit 5a90993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util/ghost_variables.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Date: April 2021
88
99
\*******************************************************************/
1010

11+
#ifndef CPROVER_UTIL_GHOST_VARIABLES_H
12+
#define CPROVER_UTIL_GHOST_VARIABLES_H
13+
1114
/// \file util/ghost_variables.h
1215
/// API to expression classes for ghost variables
1316

@@ -37,3 +40,4 @@ inline const old_exprt &to_old_expr(const exprt &expr)
3740
return ret;
3841
}
3942

43+
#endif // CPROVER_UTIL_GHOST_VARIABLES_H

0 commit comments

Comments
 (0)