mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
10 lines
369 B
C++
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)
|