Skip to content

Commit

Permalink
Add missing <memory> header
Browse files Browse the repository at this point in the history
  • Loading branch information
markos committed Aug 30, 2022
1 parent c597f69 commit 74ab418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unit/internal/multi_bit_compress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include "config.h"

#include <memory>

#include "gtest/gtest.h"
#include "ue2common.h"
#include "util/compile_error.h"
Expand Down

0 comments on commit 74ab418

Please sign in to comment.