pkgsrc/misc/stellarium/patches/patch-src_main.cpp
drochner fb0d4e07dc update to 0.12.2
New features: variable stars, re-packed star catalogs (Hipparcos and
Tycho-2), improvements for plugins, scripting engine and search tool.
New version of the Satellites plug-in.
Sound support (needs qt4-phonon, not enabled in pkgsrc yet)
2013-08-09 11:47:57 +00:00

12 lines
325 B
C++

$NetBSD: patch-src_main.cpp,v 1.2 2013/08/09 11:47:57 drochner Exp $
--- src/main.cpp.orig 2013-08-04 06:20:27.000000000 +0000
+++ src/main.cpp
@@ -41,6 +41,7 @@
#pragma comment(lib,"Winmm.lib")
#endif
#endif //Q_OS_WIN
+#include <clocale>
//! @class GettextStelTranslator
//! Provides i18n support through gettext.