summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krusader/UserAction/tstring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/krusader/UserAction/tstring.h b/krusader/UserAction/tstring.h
index 94ece59..9356e5c 100644
--- a/krusader/UserAction/tstring.h
+++ b/krusader/UserAction/tstring.h
@@ -14,6 +14,9 @@
#include <tqvaluelist.h>
#include <utility>
#include <cassert>
+
+using namespace std;
+
template <class T>
class TagString_t
{