diff options
author | Your Name <you@example.com> | 2024-05-08 10:00:44 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2024-05-08 10:00:44 -0400 |
commit | 5c57d8636f87efedd0d68c2afb8aa99a961a6c8b (patch) | |
tree | 3a63787281a5cd2db8e28e1422738976acdd9eb8 /src | |
parent | 9ac821480ce9f2d88cbbb9363867760507522ebc (diff) | |
download | annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.gz annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.bz2 annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.zip |
Switched makefile format
Diffstat (limited to 'src')
-rw-r--r-- | src/labeller.cc | 1 |
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 { |