diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-18 00:43:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-18 00:43:15 +0000 |
| commit | 2ac383717e05089fd6ba6e3a6e5affe78594e239 (patch) | |
| tree | afac233ea51ee0f46d01c2d69eb2db19659dd6bc | |
| parent | fa4171b82269e7fd1ecb8c2a211ff7500a853887 (diff) | |
Missing include for arch.release/v2.10.1-fix
| -rw-r--r-- | src/lib/cross.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 454fe044c..171b224ca 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -44,6 +44,7 @@ #include <arpa/inet.h> #endif #include <fstream> +#include <iostream> #include "i18n.h" |
