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 | ceff6a4d11b93130b9b1f13c1ce8e51490ffd188 (patch) | |
tree | 68ed796714aee612e7e244c2672326e586f2795b /inc | |
parent | 11182ea41cc5f453b06d769dea6e157aa9c3cf86 (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 { |