summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-11 10:50:11 -0400
committerbd <bdunahu@operationnull.com>2025-03-11 10:50:11 -0400
commitacb0bc357a9dfe6d89321d127b72693031435e65 (patch)
tree68ed796714aee612e7e244c2672326e586f2795b /inc
parentf34156105801c81677c54d1713104ac3d7c1c112 (diff)
fix namespace issues with match function
Diffstat (limited to 'inc')
-rw-r--r--inc/dram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dram.h b/inc/dram.h
index e8d3573..2d4088f 100644
--- a/inc/dram.h
+++ b/inc/dram.h
@@ -1,8 +1,8 @@
#ifndef DRAM_H
#define DRAM_H
#include "definitions.h"
+#include "storage.h"
#include <ostream>
-#include <storage.h>
class Dram : public Storage
{