aboutsummaryrefslogtreecommitdiff
path: root/src/labeller.cc
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-05-08 10:00:44 -0400
committerYour Name <you@example.com>2024-05-08 10:00:44 -0400
commit5c57d8636f87efedd0d68c2afb8aa99a961a6c8b (patch)
tree3a63787281a5cd2db8e28e1422738976acdd9eb8 /src/labeller.cc
parent9ac821480ce9f2d88cbbb9363867760507522ebc (diff)
downloadannotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.gz
annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.bz2
annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.zip
Switched makefile format
Diffstat (limited to 'src/labeller.cc')
-rw-r--r--src/labeller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/labeller.cc b/src/labeller.cc
index d64ac93..f111c3a 100644
--- a/src/labeller.cc
+++ b/src/labeller.cc
@@ -2,6 +2,7 @@
#include "settings.h"
#include <fstream>
#include <iostream>
+#include <algorithm>
namespace backend {
struct labeller_impl {