summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ajax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ajax.h')
-rw-r--r--src/mame/includes/ajax.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/ajax.h b/src/mame/includes/ajax.h
index 2c045b4ee50..cbb7a31f09c 100644
--- a/src/mame/includes/ajax.h
+++ b/src/mame/includes/ajax.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Manuel Abadia
+#ifndef MAME_INCLUDES_AJAX_H
+#define MAME_INCLUDES_AJAX_H
+
+#pragma once
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
@@ -71,3 +75,5 @@ protected:
required_device<generic_latch_8_device> m_soundlatch;
output_finder<8> m_lamps;
};
+
+#endif // MAME_INCLUDES_AJAX_H