Skip to content

Commit

Permalink
adds missing include for some platforms that dont automatically inclu…
Browse files Browse the repository at this point in the history
…de it
  • Loading branch information
jeremytregunna committed Feb 2, 2012
1 parent 311bd21 commit 3bd8039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wee/gc.hpp
Expand Up @@ -26,6 +26,7 @@

#include <vector>
#include <stdint.h>
#include <climits>
#include "address.hpp"

#define GC_MAX_FREE_OBJECTS 8192
Expand Down

0 comments on commit 3bd8039

Please sign in to comment.