Browse Source

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

Bill Meltsner 14 years ago
parent
commit
7a15953595
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/Memoizer.cpp

+ 1 - 0
src/common/Memoizer.cpp

@@ -18,6 +18,7 @@
 * 3. This notice may not be removed or altered from any source distribution.
 **/
 #include "Memoizer.h"
+#include <cstddef>
 
 namespace love
 {