*: add missing Compiler.h includes

Necessary for "final" on gcc 4.6.
This commit is contained in:
Max Kellermann
2014-08-30 00:46:52 +02:00
parent bc4b89c21a
commit b373c53ce4
21 changed files with 21 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"
#include "util/Cast.hxx"
#include "Compiler.h"
#ifdef _LIBCPP_VERSION
/* can't use incomplete template arguments with libc++ */