From f7076adcb840bd9117b117bf25aadb5ba0dd5100 Mon Sep 17 00:00:00 2001 From: somewhatlurker <52014015+somewhatlurker@users.noreply.github.com> Date: Mon, 21 Oct 2019 01:39:21 +1100 Subject: [PATCH] pause: add missing string include --- source-code/source/plugins/TLAC/Components/Pause.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source-code/source/plugins/TLAC/Components/Pause.h b/source-code/source/plugins/TLAC/Components/Pause.h index 1975e4f..c99d1fa 100644 --- a/source-code/source/plugins/TLAC/Components/Pause.h +++ b/source-code/source/plugins/TLAC/Components/Pause.h @@ -2,6 +2,7 @@ #include "../Constants.h" #include "EmulatorComponent.h" #include "PlayerData.h" +#include #include #include