diff options
author | John Fultz <jfultz@wolfram.com> | 2019-05-06 11:52:26 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-05-06 11:52:26 -0500 |
commit | 595735c6fa5c9ed837151947e6ba1fbfdcd3190c (patch) | |
tree | 4048d5ae0b962da27ad74c7493f6eb7b0c85f50c | |
parent | a6a4a4443b403e2785da06d53e02237a35324dd7 (diff) |
Missing include.
-rw-r--r-- | lexiconparameters.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexiconparameters.cpp b/lexiconparameters.cpp index 17910de..4f8d53d 100644 --- a/lexiconparameters.cpp +++ b/lexiconparameters.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <algorithm> #include <iostream> #include <fstream> |