blob: eb26058158edcb5579c19ada8cf3db80135c042f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -Naur ctemplate-0.90.orig/src/tests/htmlparser_test.cc ctemplate-0.90/src/tests/htmlparser_test.cc
--- ctemplate-0.90.orig/src/tests/htmlparser_test.cc 2008-08-10 15:33:53.000000000 +0200
+++ ctemplate-0.90/src/tests/htmlparser_test.cc 2008-08-10 15:35:10.000000000 +0200
@@ -62,9 +62,10 @@
// insert_text: Executes HtmlParser::InsertText() if the argument is true.
#include "config_for_unittests.h"
-#include <stdlib.h>
+#include <cstdlib>
#include <ctype.h>
-#include <assert.h>
+#include <cassert>
+#include <cstring>
#include <string>
#include <utility>
#include <vector>
|