pkgsrc/x11/worker/patches/patch-src_searchop.cc
2011-11-27 19:55:05 +00:00

12 lines
383 B
C++

$NetBSD: patch-src_searchop.cc,v 1.1 2011/11/27 19:55:06 joerg Exp $
--- src/searchop.cc.orig 2011-11-27 01:22:52.000000000 +0000
+++ src/searchop.cc
@@ -29,6 +29,7 @@
#include "fileviewer.hh"
#include "flagreplacer.hh"
#include <aguix/acontainerbb.h>
+#include <typeinfo>
const char *SearchOp::name = "SearchOp";
std::list<SearchOp::ResultStore*> SearchOp::_stored_results;