diff options
Diffstat (limited to 'src/ui/components/Input.cpp')
-rw-r--r-- | src/ui/components/Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/components/Input.cpp b/src/ui/components/Input.cpp index daca68c4..b308ed51 100644 --- a/src/ui/components/Input.cpp +++ b/src/ui/components/Input.cpp @@ -1,7 +1,7 @@ #include "cru/ui/components/Input.h" #include <cmath> #include <optional> -#include "cru/common/StringToNumberConverter.h" +#include "cru/base/StringToNumberConverter.h" #include "cru/ui/controls/Control.h" namespace cru::ui::components { |