1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 19:50:31 -04:00
ports/textproc/soothsayer/files/patch-src_lib_plugins_smoothedCountPlugin.cpp

10 lines
369 B
C++

--- src/lib/plugins/smoothedCountPlugin.cpp.orig 2008-06-02 13:29:01 UTC
+++ src/lib/plugins/smoothedCountPlugin.cpp
@@ -22,6 +22,7 @@
**********(*)*/
#include "plugins/smoothedCountPlugin.h"
+#include <cstring>
SmoothedCountPlugin::SmoothedCountPlugin(Configuration* config, ContextTracker* ct)