From c648ca0c5c328827327f0973ec4f8a06bacf912f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 8 Apr 2012 18:59:06 +0900 Subject: [PATCH] Include common.h from a2algo.h and a2functional.h --- src/a2algo.h | 2 ++ src/a2functional.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/a2algo.h b/src/a2algo.h index f7cdc43b..2ce575ac 100644 --- a/src/a2algo.h +++ b/src/a2algo.h @@ -35,6 +35,8 @@ #ifndef D_A2_ALGO_H #define D_A2_ALGO_H +#include "common.h" + #include namespace aria2 { diff --git a/src/a2functional.h b/src/a2functional.h index c490e871..0f31b02c 100644 --- a/src/a2functional.h +++ b/src/a2functional.h @@ -35,6 +35,8 @@ #ifndef D_A2_FUNCTIONAL_H #define D_A2_FUNCTIONAL_H +#include "common.h" + #include #include #include