blob: ee44a8bf854dfa65e1c3b2aa380e10a5ca4dbbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/styles.cpp.orig 2008-02-22 15:40:41.000000000 +0100
+++ src/styles.cpp 2008-02-22 15:41:05.000000000 +0100
@@ -24,6 +24,7 @@
#include "wvlog.h"
#include <algorithm>
+#include <string.h>
namespace wvWare
{
--- tests/test.h 2003-08-07 13:33:22.000000000 -0600
+++ tests/test.h 2008-06-18 19:00:14.000000000 -0600
@@ -18,6 +18,7 @@
#include <iostream>
#include <string>
+#include <cstdlib>
#include <stdio.h>
|