Browse Source

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

Tatsuhiro Tsujikawa 13 năm trước cách đây
mục cha
commit
c648ca0c5c
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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>