summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/atmega128io.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/atmega128io.h')
-rw-r--r--source/Concept/Framework/atmega128io.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Concept/Framework/atmega128io.h b/source/Concept/Framework/atmega128io.h
index 94912b6..a6044c4 100644
--- a/source/Concept/Framework/atmega128io.h
+++ b/source/Concept/Framework/atmega128io.h
@@ -1,6 +1,9 @@
#ifndef _ATMEGA128IO_H
#define _ATMEGA128IO_H
+#include <avr/io.h>
+#include <avr/interrupt.h>
+
namespace hardware
{