Skip to content
Snippets Groups Projects
Commit 26ffd9d9 authored by ilor's avatar ilor
Browse files

fix missing include on x86-32 gcc

parent 42a70f5f
Branches
No related merge requests found
......@@ -6,6 +6,7 @@
#include <bitset>
#include <boost/functional/hash.hpp>
#include <boost/pending/lowest_bit.hpp>
#include <climits>
namespace PwrNlp {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment