test: fix missing include for std::array
[awesomized/libmemcached] / test / lib / common.hpp
index 083efe0d66f060eaa2f4dd2baa2e7de7efc6659a..68e9fa329cbb69abdd03f115d42b463c31dce1ce 100644 (file)
@@ -15,6 +15,7 @@
 
 #pragma once
 
+#include <array>
 #include <chrono>
 #include <cstring>
 #include <iostream>