Skip to content

Commit

Permalink
Fixed: Build failure (missing header)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 16, 2013
1 parent ba2be81 commit 163b962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/client/src/world/bsp/convexsubspace.cpp
Expand Up @@ -34,6 +34,8 @@

#include "world/bsp/convexsubspace.h"

#include <de/Log>

/// Smallest difference between two angles before being considered equal (in degrees).
static coord_t const ANG_EPSILON = 1.0 / 1024.0;

Expand Down

0 comments on commit 163b962

Please sign in to comment.