1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

Assistant: Add missing <unistd.h> include

This commit is contained in:
Andreas Kling 2021-07-05 22:54:45 +02:00
parent 90e5fd5b53
commit a6f0861c7b

View file

@ -17,6 +17,7 @@
#include <LibGUI/TextBox.h>
#include <LibGfx/Palette.h>
#include <LibThreading/Lock.h>
#include <unistd.h>
namespace Assistant {