KeyboardMapper: Add missing #pragma once

This commit is contained in:
Andreas Kling 2020-06-03 22:06:08 +02:00
parent c40de9275a
commit 6c09420571
Notes: sideshowbarker 2024-07-19 05:51:35 +09:00

View file

@ -24,6 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#include <AK/String.h>
struct KeyPosition {