opnsense-ports/games/xevil/files/patch-cmn__locator.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
318 B
C++

--- cmn/locator.cpp.orig 2012-05-27 06:52:30.000000000 +0900
+++ cmn/locator.cpp 2012-05-27 06:53:11.000000000 +0900
@@ -50,6 +50,7 @@
#include "bitmaps/locator/locator.bitmaps" // for arrows
+using namespace std;
// When we reach this, start deleting objects.
#define OL_LIST_WARN ((int)(OL_LIST_MAX * 0.9))