summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2017-11-06 15:15:55 +1100
committerMartin Thomson <martin.thomson@gmail.com>2017-11-06 15:15:55 +1100
commit16a998e19b3042276a55c9f5c676f6448feca9ce (patch)
tree9db830f180effb7b0188b1314144e56b57770f8d /fuzz
parent76a27094b1f31eae767366bd830d550a0d576a2a (diff)
parentfc604b23a128e2833689cb59f22622208935ac3c (diff)
downloadnss-hg-16a998e19b3042276a55c9f5c676f6448feca9ce.tar.gz
Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCH
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/tls_mutators.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/tls_mutators.cc b/fuzz/tls_mutators.cc
index ad61ff848..228bd0bb7 100644
--- a/fuzz/tls_mutators.cc
+++ b/fuzz/tls_mutators.cc
@@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#include <algorithm>
#include "shared.h"
#include "tls_parser.h"