mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
4a89dc207d
The editor for Emilia Pinball. WWW: http://pinball.sourceforge.net/ PR: ports/156138 Submitted by: Stephen Hurd <shurd at sasktel.net>
11 lines
267 B
C++
11 lines
267 B
C++
--- ./pinedit/pineditdoc.h.orig 2003-06-14 10:42:39.000000000 +0400
|
|
+++ ./pinedit/pineditdoc.h 2011-04-07 10:30:29.998840211 +0400
|
|
@@ -19,6 +19,7 @@
|
|
|
|
using namespace std;
|
|
// general includes
|
|
+#include <cassert>
|
|
#include <vector>
|
|
#include <map>
|
|
#include <deque>
|