]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- missing #include <cassert>
authorwolf <wolf@pld-linux.org>
Tue, 3 Jun 2003 21:06:19 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-assert.patch -> 1.1

ClanLib-assert.patch [new file with mode: 0644]

diff --git a/ClanLib-assert.patch b/ClanLib-assert.patch
new file mode 100644 (file)
index 0000000..a19ae23
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ruN ClanLib-0.6.5../Sources/Core/IOData/Unix/directory_scanner_unix.cpp ClanLib-0.6.5/Sources/Core/IOData/Unix/directory_scanner_unix.cpp
+--- ClanLib-0.6.5../Sources/Core/IOData/Unix/directory_scanner_unix.cpp        2002-01-10 11:23:30.000000000 +0100
++++ ClanLib-0.6.5/Sources/Core/IOData/Unix/directory_scanner_unix.cpp  2003-06-03 22:57:48.000000000 +0200
+@@ -13,6 +13,7 @@
+         ------------------------------------------------------------------------
+ */
++#include <cassert>
+ #include <API/Core/System/error.h>
+ #include <iostream>
+ #include <libgen.h>
This page took 0.108758 seconds and 4 git commands to generate.