all repos — fluxbox @ c6752ce211b140aa0817b1716db073dd05891cbf

custom fork of the fluxbox windowmanager

another missing header
fluxgen fluxgen
commit

c6752ce211b140aa0817b1716db073dd05891cbf

parent

70b0a14fd1deb34b5f97e6c86e17d560d857a377

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

jump to
M src/FbTk/XFontImp.ccsrc/FbTk/XFontImp.cc

@@ -19,7 +19,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: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $ +// $Id: XFontImp.cc,v 1.3 2002/11/26 19:56:48 fluxgen Exp $ #include "XFontImp.hh" #include "App.hh"

@@ -28,6 +28,7 @@ #include <X11/Xutil.h>

#include <iostream> #include <new> +#include <cstdio> using namespace std; namespace FbTk {