瀏覽代碼

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

Tatsuhiro Tsujikawa 13 年之前
父節點
當前提交
c648ca0c5c
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      src/a2algo.h
  2. 2 0
      src/a2functional.h

+ 2 - 0
src/a2algo.h

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

+ 2 - 0
src/a2functional.h

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