Include common.h from a2algo.h and a2functional.h

pull/16/merge
Tatsuhiro Tsujikawa 2012-04-08 18:59:06 +09:00
parent 7a30204109
commit c648ca0c5c
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#ifndef D_A2_ALGO_H
#define D_A2_ALGO_H
#include "common.h"
#include <algorithm>
namespace aria2 {

View File

@ -35,6 +35,8 @@
#ifndef D_A2_FUNCTIONAL_H
#define D_A2_FUNCTIONAL_H
#include "common.h"
#include <functional>
#include <string>
#include <algorithm>