Skip to content

Commit 695a4a5

Browse files
committed
fixing abs ambiguity compiler error
1 parent 0509537 commit 695a4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libstage/world.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
#include <cmath>
8787
using std::abs;
8888

89+
#include <cstdlib>
90+
91+
#include <stdlib.h>
8992
#include <assert.h>
9093
#include <libgen.h> // for dirname(3)
9194
#include <limits.h>

0 commit comments

Comments
 (0)