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:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
#include <gtk/gtkpaned.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
Reference in New Issue
Block a user