summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
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
{