fb0d4e07dc
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)
12 lines
325 B
C++
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.
|