summaryrefslogtreecommitdiff
path: root/quantum/action_util.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-11 02:27:29 +0000
committerGitHub <noreply@github.com>2023-03-10 18:27:29 -0800
commita974c51d25411f171ee9271eae50af461640330d (patch)
treee41dcbfb59739c0935d6df4215e750af36ff3ecc /quantum/action_util.h
parent46bbb81dd2aeee48ed571e78d8315bf94cc3cce8 (diff)
Relocate various modifier defines (#18638)
Diffstat (limited to 'quantum/action_util.h')
-rw-r--r--quantum/action_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/action_util.h b/quantum/action_util.h
index 6f1f09c4bd..0ecf15ae4b 100644
--- a/quantum/action_util.h
+++ b/quantum/action_util.h
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include "report.h"
+#include "modifiers.h"
#ifdef __cplusplus
extern "C" {