Kaynağa Gözat

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

Tatsuhiro Tsujikawa 13 yıl önce
ebeveyn
işleme
c648ca0c5c
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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>