mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
10 lines
310 B
C++
10 lines
310 B
C++
--- src/lib/plugins/smoothedNgramPlugin.cpp.orig 2008-06-02 13:29:01 UTC
|
|
+++ src/lib/plugins/smoothedNgramPlugin.cpp
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include "plugins/smoothedNgramPlugin.h"
|
|
#include <sstream>
|
|
+#include <algorithm>
|
|
|
|
|
|
SmoothedNgramPlugin::SmoothedNgramPlugin(Configuration* config, ContextTracker* ct)
|