mirrors. Original upstream (alioth.debian.org) exists and seems alive, but for some reason no longer allows unauthenticated downloads. Keep it for the reference though, it might get fixed one day.
10 lines
166 B
C++
10 lines
166 B
C++
--- src/ustring.h.orig
|
|
+++ src/ustring.h
|
|
@@ -14,6 +14,7 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <cstring>
|
|
#include <iostream>
|
|
#include <map>
|
|
#include <ext/hash_map>
|