Преглед на файлове

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>