Add cstddef include so certain compilers don't complain about NULL not being declared

This commit is contained in:
Bill Meltsner
2011-10-13 12:38:19 -05:00
parent ae02ee573c
commit 7a15953595
+1
View File
@@ -18,6 +18,7 @@
* 3. This notice may not be removed or altered from any source distribution.
**/
#include "Memoizer.h"
#include <cstddef>
namespace love
{