diff options
author | bd <bdunahu@operationnull.com> | 2025-03-11 10:50:11 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-11 10:50:11 -0400 |
commit | acb0bc357a9dfe6d89321d127b72693031435e65 (patch) | |
tree | 68ed796714aee612e7e244c2672326e586f2795b /inc | |
parent | f34156105801c81677c54d1713104ac3d7c1c112 (diff) |
fix namespace issues with match function
Diffstat (limited to 'inc')
-rw-r--r-- | inc/dram.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |