Explorar o código

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

Tatsuhiro Tsujikawa %!s(int64=13) %!d(string=hai) anos
pai
achega
c648ca0c5c
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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>