Skip to content

Commit 127d3ab

Browse files
committed
liu: Added missing unordered_map include
1 parent 692b9e4 commit 127d3ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/LiveUpdate/update.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <cstdint>
2525
#include <stdexcept>
2626
#include <string>
27+
#include <unordered_map>
2728
#include <unistd.h>
2829
#include <util/elf.h>
2930
#include "storage.hpp"

0 commit comments

Comments
 (0)