Skip to content

Commit 267e543

Browse files
vorporealTheAssassin
authored andcommitted
Fix compilation errors due to missing <array> includes.
1 parent 17ca786 commit 267e543

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/plugin/plugin_process_handler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// system headers
2+
#include <array>
23
#include <filesystem>
34
#include <thread>
45
#include <tuple>

src/subprocess/subprocess.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// system headers
22
#include <algorithm>
3+
#include <array>
34
#include <iostream>
45
#include <memory>
56
#include <stdexcept>

0 commit comments

Comments
 (0)