Include <array> to build test_protocol on gcc 12
parent
c058949cbe
commit
6fdc1638fa
|
|
@ -2,6 +2,7 @@
|
||||||
#include "../logic/error_codes.h"
|
#include "../logic/error_codes.h"
|
||||||
#include "../logic/progress_codes.h"
|
#include "../logic/progress_codes.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
|
#include <array>
|
||||||
|
|
||||||
using Catch::Matchers::Equals;
|
using Catch::Matchers::Equals;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue