diff options
Diffstat (limited to 'crypto/sha2.cc')
-rw-r--r-- | crypto/sha2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha2.cc b/crypto/sha2.cc index 7c9b9d2..7626bdc 100644 --- a/crypto/sha2.cc +++ b/crypto/sha2.cc @@ -5,7 +5,7 @@ #include "crypto/sha2.h" #include "base/scoped_ptr.h" -#include "base/stl_util-inl.h" +#include "base/stl_util.h" #include "crypto/secure_hash.h" namespace crypto { |