Listen, ...: add missing includes

This commit is contained in:
Max Kellermann
2013-10-02 08:11:58 +02:00
parent 0339c8d025
commit c2d3ed2acc
8 changed files with 15 additions and 2 deletions

View File

@@ -30,6 +30,8 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <iostream>
using std::cout;
using std::cerr;