replay: added a missing #include <array> on Mac (#22573)

old-commit-hash: 47ce0b4cd2df77a1583aaac2a4143bdc3e05f047
This commit is contained in:
Dean Lee
2021-10-17 00:02:19 +08:00
committed by GitHub
parent 18b2d1fee0
commit 4e2be9ccda

View File

@@ -1,5 +1,6 @@
#include "selfdrive/ui/replay/util.h"
#include <array>
#include <cassert>
#include <bzlib.h>
#include <curl/curl.h>