Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fan.cpp')
-rw-r--r--src/Fan.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fan.cpp b/src/Fan.cpp
index 83c56e45..67206112 100644
--- a/src/Fan.cpp
+++ b/src/Fan.cpp
@@ -5,7 +5,9 @@
* Author: David
*/
-#include "RepRapFirmware.h"
+#include "Fan.h"
+#include "Platform.h"
+#include "RepRap.h"
void Fan::Init(Pin p_pin, bool hwInverted)
{