瀏覽代碼

2010-04-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed compiler warning on opensolaris.
	* src/StringFormat.h
	* src/XORCloser.h
Tatsuhiro Tsujikawa 15 年之前
父節點
當前提交
504d25bf1f
共有 3 個文件被更改,包括 10 次插入0 次删除
  1. 6 0
      ChangeLog
  2. 2 0
      src/StringFormat.h
  3. 2 0
      src/XORCloser.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2010-04-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed compiler warning on opensolaris.
+	* src/StringFormat.h
+	* src/XORCloser.h
+
 2010-04-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Updated doc

+ 2 - 0
src/StringFormat.h

@@ -35,6 +35,8 @@
 #ifndef _D_STRING_FORMAT_H_
 #define _D_STRING_FORMAT_H_
 
+#include "common.h"
+
 #include <string>
 #include <iosfwd>
 #include <cstdarg>

+ 2 - 0
src/XORCloser.h

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