Update linear.cpp

This commit is contained in:
Michael Ball 2024-03-24 11:56:26 -05:00 committed by GitHub
parent cd2bb79f4a
commit 40fb987f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ extern "C"
#include <3ds/types.h>
#include <3ds/allocator/linear.h>
#include <3ds/util/rbtree.h>
#include <string.h> // for memcpy
}
#include "mem_pool.h"