summaryrefslogtreecommitdiff
path: root/test/dct_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dct_test.cc')
-rw-r--r--test/dct_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dct_test.cc b/test/dct_test.cc
index 5b5ce4001..6053aee54 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -11,6 +11,7 @@
#include <math.h>
#include <stdlib.h>
#include <string.h>
+#include <tuple>
#include "third_party/googletest/src/include/gtest/gtest.h"
@@ -28,8 +29,8 @@
using libvpx_test::ACMRandom;
using libvpx_test::Buffer;
-using ::testing::make_tuple;
-using ::testing::tuple;
+using std::make_tuple;
+using std::tuple;
namespace {
typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride);