1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 23:25:08 +00:00

Everywhere: Add missing <AK/TemporaryChange.h> includes

Don't rely on HashTable.h pulling this in.
This commit is contained in:
Andreas Kling 2020-10-15 20:46:52 +02:00
parent 76aab2fe8d
commit 1d96ecf148
10 changed files with 10 additions and 0 deletions

View file

@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/TemporaryChange.h>
#include <LibGUI/ShellSyntaxHighlighter.h>
#include <LibGUI/TextEditor.h>
#include <LibGfx/Font.h>