Include <array> to build test_protocol on gcc 12

pull/160/head
Yuri D'Elia 2022-05-09 17:19:54 +02:00 committed by DRracer
parent c058949cbe
commit 6fdc1638fa
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "../logic/error_codes.h"
#include "../logic/progress_codes.h"
#include "protocol.h"
#include <array>
using Catch::Matchers::Equals;