Bug 892102 - Explicitly include stdlib.h for abs(). r=jesup

This commit is contained in:
Jan Beich 2013-07-11 10:43:35 -04:00
parent 6233daf4e2
commit 96518f0ec3

View File

@ -13,6 +13,7 @@
#include <assert.h>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include "system_wrappers/interface/trace.h"