aboutsummaryrefslogtreecommitdiff
path: root/src/ROMList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ROMList.h')
-rw-r--r--src/ROMList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ROMList.h b/src/ROMList.h
index 2f168e5..ab23112 100644
--- a/src/ROMList.h
+++ b/src/ROMList.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura
+ Copyright 2016-2022 melonDS team
This file is part of melonDS.
@@ -19,6 +19,8 @@
#ifndef ROMLIST_H
#define ROMLIST_H
+#include "types.h"
+
struct ROMListEntry
{
u32 GameCode;