mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
13 lines
424 B
C++
13 lines
424 B
C++
$NetBSD: patch-ColorScale.cpp,v 1.1 2013/05/04 12:59:47 joerg Exp $
|
|
|
|
--- ColorScale.cpp.orig 2013-05-04 00:40:33.000000000 +0000
|
|
+++ ColorScale.cpp
|
|
@@ -16,6 +16,7 @@ You should have received a copy of the G
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
***********************************************************************/
|
|
|
|
+#include <clocale>
|
|
#include "ColorScale.h"
|
|
|
|
#include "zuFile.h"
|