Skip to content

Commit

Permalink
Include cmath for std::abs
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 30, 2015
1 parent 34baca5 commit e61b1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tilecache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <set>
#include <list>
#include <cassert>
#include <cmath>

#include <SDL2/SDL_surface.h>

Expand Down

0 comments on commit e61b1ac

Please sign in to comment.