mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Add cstddef include so certain compilers don't complain about NULL not being declared
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
* 3. This notice may not be removed or altered from any source distribution.
|
* 3. This notice may not be removed or altered from any source distribution.
|
||||||
**/
|
**/
|
||||||
#include "Memoizer.h"
|
#include "Memoizer.h"
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user