all repos — fluxbox @ 5f558cbbfc397a5e0a3f14dc1c630bceea921ef3

custom fork of the fluxbox windowmanager

include cstdio for sprintf
fluxgen fluxgen
commit

5f558cbbfc397a5e0a3f14dc1c630bceea921ef3

parent

b05f27d33a91a1739bb1af5923f064364298fea3

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/ClientPattern.ccsrc/ClientPattern.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ClientPattern.cc,v 1.2 2003/06/13 12:01:06 fluxgen Exp $ +// $Id: ClientPattern.cc,v 1.3 2003/06/13 13:03:44 fluxgen Exp $ #include "ClientPattern.hh" #include "RegExp.hh"

@@ -38,6 +38,7 @@ #include <sstream>

#include <fstream> #include <string> #include <memory> +#include <cstdio> using namespace std;