From 26ffd9d9ff3f0a954dd1e9cbbe7da5831075c489 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Sat, 30 Oct 2010 21:12:21 +0200 Subject: [PATCH] fix missing include on x86-32 gcc --- libpwrutils/bitset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libpwrutils/bitset.h b/libpwrutils/bitset.h index a0a2be6..fa4ddc3 100644 --- a/libpwrutils/bitset.h +++ b/libpwrutils/bitset.h @@ -6,6 +6,7 @@ #include <bitset> #include <boost/functional/hash.hpp> #include <boost/pending/lowest_bit.hpp> +#include <climits> namespace PwrNlp { -- GitLab