*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "PeekReader.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "OutputStream.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "Reader.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "Reader.hxx"
|
||||
#include "util/StaticFifoBuffer.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "OutputStream.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <zlib.h>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "Reader.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "OutputStream.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user