Skip to content

Commit 9509dfa

Browse files
authored
Merge pull request #28 from CESNET/fix-issue-27
iemgr: Fix missing array include in alias
2 parents 339ebbc + d870597 commit 9509dfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/iemgr/iemgr_alias.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "iemgr_element.h"
33
#include "iemgr_alias.h"
44

5+
#include <array>
56
#include <string>
67

78
#include <cassert>

0 commit comments

Comments
 (0)