test/raw: Fix missing <array> include

Change-Id: Ie2e1796e7e63970d6d048e1366bbd522a0ece651
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/raw.cpp b/test/raw.cpp
index 2e054bc..b781054 100644
--- a/test/raw.cpp
+++ b/test/raw.cpp
@@ -1,3 +1,4 @@
+#include <array>
 #include <catch2/catch.hpp>
 #include <endian.h>
 #include <stdexcept>