LibJS: Add missing <AK/Function.h> include in JSONObject.cpp

This commit is contained in:
Andreas Kling 2020-09-28 09:17:33 +02:00
parent f0f6b09acb
commit ebe1288aea
Notes: sideshowbarker 2024-07-19 02:09:14 +09:00

View file

@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/Function.h>
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>
#include <AK/JsonParser.h>