From ceff6a4d11b93130b9b1f13c1ce8e51490ffd188 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Mar 2025 10:50:11 -0400 Subject: fix namespace issues with match function --- inc/dram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/dram.h') 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 -#include class Dram : public Storage { -- cgit v1.2.3