Add missing <iostream> header include
authorTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 11:33:19 +0000 (21:33 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 21:49:58 +0000 (07:49 +1000)
This will be required for subsequent commits that remove inclusion of
<iostream> from some shared headers.

libs/gtkmm2ext/utils.cc

index c10497a8fbc847f21772357b157b69114c80ea7d..147256b426597fe3719e2c8587148d174d987d6c 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <map>
 #include <algorithm>
+#include <iostream>
 
 #include <gtk/gtkpaned.h>
 #include <gtk/gtk.h>