diff --git a/thk_ledstrip_controller.cpp b/thk_ledstrip_controller.cpp
index 9af930238a75cd9a88ccfba4bc7fa00cd913335e..98f1d2fee38bb5a363202fd737d8cb1f2ed5a09c 100644
--- a/thk_ledstrip_controller.cpp
+++ b/thk_ledstrip_controller.cpp
@@ -1,4 +1,4 @@
-#include "thk_ledStrip_controller.h"
+#include "thk_ledstrip_controller.h"
 
 thk_LedStripController::thk_LedStripController(const uint16_t MAX_LED_NUMBER, const uint16_t DATA_PIN, uint8_t brightness): MAX_LED_NUMBER(MAX_LED_NUMBER), DATA_PIN(DATA_PIN), brightness(brightness)  {}