Skip to content

Commit

Permalink
utils: Add missing #include <algorithm>
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 9, 2019
1 parent dc91870 commit f4e1d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/bytecode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#pragma once

#include <test/utils/utils.hpp>
#include <algorithm>

struct bytecode;

Expand Down

0 comments on commit f4e1d60

Please sign in to comment.