9af57cbe00
compiler figure out which types std::advance is used with.
12 lines
289 B
C++
12 lines
289 B
C++
$NetBSD: patch-src_Window.cc,v 1.1 2013/04/29 21:27:15 joerg Exp $
|
|
|
|
--- src/Window.cc.orig 2013-04-28 13:03:26.000000000 +0000
|
|
+++ src/Window.cc
|
|
@@ -43,6 +43,7 @@
|
|
#endif
|
|
|
|
#include <assert.h>
|
|
+#include <stdlib.h>
|
|
|
|
/*
|
|
sometimes C++ is a pain in the ass... it gives us stuff like the
|