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/ObjectModel/Variable.cpp')
-rw-r--r--src/ObjectModel/Variable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ObjectModel/Variable.cpp b/src/ObjectModel/Variable.cpp
index dbbcad7e..6180dde9 100644
--- a/src/ObjectModel/Variable.cpp
+++ b/src/ObjectModel/Variable.cpp
@@ -6,7 +6,7 @@
*/
#include "Variable.h"
-#include <Platform/Outputmemory.h>
+#include <Platform/OutputMemory.h>
Variable::Variable(const char *str, ExpressionValue pVal, int8_t pScope) noexcept : name(str), val(pVal), scope(pScope)
{