blob: 6b4969e86ee81e0377c206be3de23f1fd7689421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ragel_javacodegen.cpp,v 1.2 2015/03/27 03:50:55 rodent Exp $
Make sure setiosflags is visible in the default scope.
--- ragel/javacodegen.cpp.orig 2013-06-07 15:59:16.000000000 +0000
+++ ragel/javacodegen.cpp
@@ -42,6 +42,7 @@
using std::setw;
using std::ios;
+using std::setiosflags;
using std::ostringstream;
using std::string;
using std::cerr;
|