missing include

This commit is contained in:
David Rose 2011-08-25 04:36:36 +00:00
parent 939fc2da2d
commit 9d04a9b64c

View File

@ -15,6 +15,8 @@
#ifndef GET_TWIRL_DATA_H
#define GET_TWIRL_DATA_H
#include "stddef.h"
static const int twirl_width = 48;
static const int twirl_height = 48;
static const int twirl_num_steps = 12;