blob: 2736b2b67087d25f34e1d3a68e3300f8d467a759 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006
+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006
@@ -18,6 +18,7 @@
* 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include <iostream>
+#include <string>
#include <util/log.h>
#include <util/error.h>
#include <util/functions.h>
|