Skip to content

Commit

Permalink
mbop: include <climits> header
Browse files Browse the repository at this point in the history
ULLONG_MAX needs to come from somewhere. Different toolchains have
different implied includes and it did not show up everywhere.
  • Loading branch information
jengelh committed Nov 28, 2023
1 parent 3f74a39 commit 135582d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mbop_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-FileCopyrightText: 2022 grommunio GmbH
// This file is part of Gromox.
#include <algorithm>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Expand Down

0 comments on commit 135582d

Please sign in to comment.