summaryrefslogtreecommitdiffstats
path: root/components/webcrypto/algorithms/aes_cbc_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/webcrypto/algorithms/aes_cbc_unittest.cc')
-rw-r--r--components/webcrypto/algorithms/aes_cbc_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/webcrypto/algorithms/aes_cbc_unittest.cc b/components/webcrypto/algorithms/aes_cbc_unittest.cc
index 7fe9409..26af37d 100644
--- a/components/webcrypto/algorithms/aes_cbc_unittest.cc
+++ b/components/webcrypto/algorithms/aes_cbc_unittest.cc
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+#include <stdint.h>
+
+#include "base/macros.h"
#include "base/values.h"
#include "components/webcrypto/algorithm_dispatch.h"
#include "components/webcrypto/algorithms/test_helpers.h"