AK: Include missing StdLibExtras from NeverDestroyed

This commit is contained in:
Andrew Kaster 2024-11-16 14:23:41 -07:00 committed by Andrew Kaster
parent 6033349574
commit a95f761cb4
Notes: github-actions[bot] 2024-11-19 21:55:02 +00:00

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Noncopyable.h>
#include <AK/StdLibExtras.h>
#include <AK/Types.h>
namespace AK {