summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2019-09-24 22:26:34 +0000
committerevergreen <evergreen@mongodb.com>2019-09-24 22:26:34 +0000
commite76f54f8b6b6184dc7721a3c401e48372450cda5 (patch)
treed0decc8d690edbe4fb73f968208ef2a6e3959523 /src/mongo/db/fts
parent87c9601a762048ea93559b13c3b6043b4017b024 (diff)
downloadmongo-e76f54f8b6b6184dc7721a3c401e48372450cda5.tar.gz
SERVER-43128 include cctype for tolower
Diffstat (limited to 'src/mongo/db/fts')
-rw-r--r--src/mongo/db/fts/fts_language.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/fts/fts_language.cpp b/src/mongo/db/fts/fts_language.cpp
index 9f5920fa4b1..a2765d350d2 100644
--- a/src/mongo/db/fts/fts_language.cpp
+++ b/src/mongo/db/fts/fts_language.cpp
@@ -30,6 +30,7 @@
#include "mongo/db/fts/fts_language.h"
#include <algorithm>
+#include <cctype>
#include <fmt/format.h>
#include <map>
#include <memory>