Skip to content

Commit

Permalink
Tests: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
espenmoberg committed Mar 4, 2023
1 parent 6e4026d commit 1df219d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CommandParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "CommandParser.h"

#include <array>

namespace {
template <std::size_t Size>
std::vector<char*> toArgv(std::array<std::string, Size>& arguments)
Expand Down

0 comments on commit 1df219d

Please sign in to comment.