diff options
-rw-r--r-- | crypto/ghash_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ghash_unittest.cc b/crypto/ghash_unittest.cc index 459e177..5dd88ed 100644 --- a/crypto/ghash_unittest.cc +++ b/crypto/ghash_unittest.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <algorithm> + #include "crypto/ghash.h" #include "testing/gtest/include/gtest/gtest.h" |