diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-28 23:55:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-28 23:55:06 +0100 |
| commit | 66189c49ff5c91283828d0558eee161fc24aaf49 (patch) | |
| tree | dcd1f897c04c6ce4a9781ac2104c8069c82912c8 | |
| parent | 759a2e6150e2a611db90cd81c0b2f81699eb22bd (diff) | |
Add include for Centos.v1.4.10
| -rw-r--r-- | src/ssa_reader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ssa_reader.cc b/src/ssa_reader.cc index bfcd0de..3dddb02 100644 --- a/src/ssa_reader.cc +++ b/src/ssa_reader.cc @@ -29,6 +29,7 @@ #include <boost/foreach.hpp> #include <iostream> #include <vector> +#include <cstdio> using std::string; using std::vector; |
