Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 02d60cd

Browse files
committed
add missing dependency
1 parent 425b09e commit 02d60cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Filestructures.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#include <iostream>
77
#include <fstream>
88
#include <cstring>
9+
#include <unordered_map>
910

10-
#include <Consts.h>
11+
#include "Consts.h"
1112

1213
struct NextPart{
1314
std::list<std::pair<unsigned int, unsigned int>> content;

0 commit comments

Comments
 (0)