aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-10-22 01:59:19 +0200
committerselsta <selsta@sent.at>2021-10-22 04:51:49 +0200
commit1c26d34a2ac551bd031c9e080092c52b87b579d9 (patch)
treee0b3405c920d86ef8317f10c2f2c90455cbdbeaf /contrib
parentdepends: update zeromq package to 4.3.4 (diff)
downloadmonero-1c26d34a2ac551bd031c9e080092c52b87b579d9.tar.xz
epee: add missing header
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/src/buffer.cpp1
-rw-r--r--contrib/epee/src/wipeable_string.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/src/buffer.cpp b/contrib/epee/src/buffer.cpp
index 10ea6de56..cf94fb5d5 100644
--- a/contrib/epee/src/buffer.cpp
+++ b/contrib/epee/src/buffer.cpp
@@ -26,6 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include <limits>
#include <string.h>
#include "net/buffer.h"
diff --git a/contrib/epee/src/wipeable_string.cpp b/contrib/epee/src/wipeable_string.cpp
index 21312d49d..03cb05232 100644
--- a/contrib/epee/src/wipeable_string.cpp
+++ b/contrib/epee/src/wipeable_string.cpp
@@ -27,6 +27,7 @@
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional/optional.hpp>
+#include <limits>
#include <string.h>
#include "memwipe.h"
#include "misc_log_ex.h"