Skip to content

Commit 33728e6

Browse files
author
Daniel Kroening
committed
sscanf requires stdio.h
1 parent 83ea3dc commit 33728e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansi-c/literals/unescape_string.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Author: Daniel Kroening, [email protected]
88

99
#include <cassert>
1010
#include <cctype>
11+
#include <cstdio>
1112

1213
#include "unescape_string.h"
1314

0 commit comments

Comments
 (0)