summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:42:14 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:42:14 -0500
commitc47ed0112e961c9ff0ee48e50e12cb3d4a2e3675 (patch)
tree1d93fab6bc0a3594ac6da00c3d3da4fd73fa8e59 /src/emu
parentb06424406934f618ef1126d2bef09335574bffc0 (diff)
coretmpl.h: Move lru_cache_map to separate header
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/drivenum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/drivenum.h b/src/emu/drivenum.h
index 8c0f12b832f..fe9bbcc7193 100644
--- a/src/emu/drivenum.h
+++ b/src/emu/drivenum.h
@@ -13,6 +13,8 @@
#pragma once
+#include "lrucache.h"
+
#include <algorithm>
#include <cassert>
#include <memory>