# HG changeset patch # User ludal@logilab.fr # Date 1235047469 -3600 # Thu Feb 19 13:44:29 2009 +0100 # Node ID aed4818f40c4ad51ec97a1c681885daf2f64a743 # Parent 0fc25bdc2b7d9874775706343f5f4912da746cd2 fix compilation warning diff --git a/gecode_solver.cpp b/gecode_solver.cpp --- a/gecode_solver.cpp +++ b/gecode_solver.cpp @@ -1,5 +1,6 @@ #include <Python.h> #include <iostream> +#include <string.h> #include "gecode/kernel.hh" #include "gecode/int.hh" #include "gecode/search.hh"