mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +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.
|
||||
**/
|
||||
#include "Memoizer.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user