Skip to content

Commit

Permalink
fix linux build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Oct 24, 2024
1 parent d7f36ca commit 6b0ea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/orbetto/src/mortrall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <deque>
#include <functional>
#include <time.h>
#include <iomanip>

#include "git_version_info.h"
#include "generics.h"
Expand All @@ -32,7 +33,6 @@
#include "stream.h"

#include "LRUCache.hpp"

#include "roaring.hh"

using namespace roaring;
Expand Down

0 comments on commit 6b0ea9f

Please sign in to comment.