mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
KeyboardMapper: Add missing #pragma once
This commit is contained in:
parent
c40de9275a
commit
6c09420571
Notes:
sideshowbarker
2024-07-19 05:51:35 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6c09420571f
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/String.h>
|
||||
|
||||
struct KeyPosition {
|
||||
|
|
Loading…
Reference in a new issue