Fix the forward declaration of the Dram class

This commit is contained in:
2025-03-25 16:48:46 +01:00
parent ace395bf89
commit 98eae7fcf4
3 changed files with 9 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
#include <gtest/gtest.h>
#include <DRAMSys/simulation/DRAMSys.h>
#include <DRAMSys/simulation/Dram.h>
class SystemCTest : public testing::Test
{