mirror of https://github.com/aria2/aria2
Include common.h from a2algo.h and a2functional.h
parent
7a30204109
commit
c648ca0c5c
|
@ -35,6 +35,8 @@
|
|||
#ifndef D_A2_ALGO_H
|
||||
#define D_A2_ALGO_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#ifndef D_A2_FUNCTIONAL_H
|
||||
#define D_A2_FUNCTIONAL_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue