Add missing <iostream> header include
This will be required for subsequent commits that remove inclusion of <iostream> from some shared headers.
This commit is contained in:
parent
13bfd1527a
commit
e31f242836
@ -20,6 +20,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
#include <gtk/gtkpaned.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
Loading…
Reference in New Issue
Block a user