Skip to content

Commit 014d9ec

Browse files
author
Daniel Kroening
committed
another attempt at cassert
1 parent 9864d8c commit 014d9ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-cc/run.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Date: August 2012
88
99
\*******************************************************************/
1010

11+
#include <cassert>
12+
1113
#ifdef _WIN32
1214
#include <process.h>
1315
#else
@@ -17,7 +19,6 @@ Date: August 2012
1719
#include <cerrno>
1820
#include <cstdio>
1921
#include <cstdlib>
20-
#include <cassert>
2122

2223
#include <sys/wait.h>
2324
#include <sys/types.h>

0 commit comments

Comments
 (0)