|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:43:37
|
Module: performous
Branch: dance
Commit: 140e287a502a012dcabd1c396818dd82b0c51dfd
Author: Lasse Karkkainen <tro...@tr...>
Date: Wed Nov 11 16:46:14 2009 +0200
Fix missing include
---
game/unicode.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/game/unicode.cc b/game/unicode.cc
index 8c2c73c..fa31716 100644
--- a/game/unicode.cc
+++ b/game/unicode.cc
@@ -2,6 +2,7 @@
#include <glibmm/ustring.h>
#include <glibmm/convert.h>
+#include <sstream>
void convertToUTF8( std::stringstream &_stream, std::string _filename ) {
try {
|