summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2017-10-12 11:52:35 +1100
committerMartin Thomson <martin.thomson@gmail.com>2017-10-12 11:52:35 +1100
commit0fe6800b3e068ab61cd7de0735d79a496c0a16f6 (patch)
tree60f8db77faa2c3afae7f9140ca60f853c8ca9edf /fuzz
parent0f3f8e288f970d54c545083e59b5cd6336ec0c2f (diff)
downloadnss-hg-0fe6800b3e068ab61cd7de0735d79a496c0a16f6.tar.gz
Bug 1407853 - Uncouple databuffer.h from ssl_gtest, r=ttaubert
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 e9770cb39..e61863ad1 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"