From 88b6f56a79fe716af6f23144693c8142ad645219 Mon Sep 17 00:00:00 2001 From: Maurits Lamers Date: Mon, 7 Jan 2019 11:59:27 +0100 Subject: adding stdlib includes to get compilation on macOS --- ptftool.cc | 1 + ptgenmissing.cc | 1 + ptunxor.cc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ptftool.cc b/ptftool.cc index 7bfc5de..89827c7 100644 --- a/ptftool.cc +++ b/ptftool.cc @@ -22,6 +22,7 @@ #include "ptformat/ptfformat.h" #include // PRIxyy #include +#include using namespace std; using std::string; diff --git a/ptgenmissing.cc b/ptgenmissing.cc index b874b17..e40d64c 100644 --- a/ptgenmissing.cc +++ b/ptgenmissing.cc @@ -22,6 +22,7 @@ #include "ptformat/ptfformat.h" #include // PRIx #include +#include using namespace std; using std::string; diff --git a/ptunxor.cc b/ptunxor.cc index 23b1b18..1e0cc88 100644 --- a/ptunxor.cc +++ b/ptunxor.cc @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ - +#include #include #include #include "ptformat/ptfformat.h" -- cgit v1.2.3