From a63e6c213e79f4ea08c0347e9318ca4c11d6fe80 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 5 Jan 2017 16:46:20 +1100 Subject: [PATCH] tools/scratch: add iostream header --- tools/scratch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/scratch.cpp b/tools/scratch.cpp index 8d0cd357..1af75a8c 100644 --- a/tools/scratch.cpp +++ b/tools/scratch.cpp @@ -1,4 +1,5 @@ #include +#include int main (int argc, char **argv)