diff --git a/demos/conanfile.py b/demos/conanfile.py index ad4f165..ec65bbc 100644 --- a/demos/conanfile.py +++ b/demos/conanfile.py @@ -16,7 +16,7 @@ class demos(ConanFile): - python_requires = "libhal-bootstrap/[^4.2.1]" + python_requires = "libhal-bootstrap/[>=4.3.0 <5]" python_requires_extend = "libhal-bootstrap.demo" def requirements(self): diff --git a/demos/platforms/lpc4078.cpp b/demos/platforms/lpc4078.cpp index e42daed..abb8765 100644 --- a/demos/platforms/lpc4078.cpp +++ b/demos/platforms/lpc4078.cpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include -#include #include "../resource_list.hpp" diff --git a/demos/platforms/stm32f103c8.cpp b/demos/platforms/stm32f103c8.cpp index 806a768..0bf5fec 100644 --- a/demos/platforms/stm32f103c8.cpp +++ b/demos/platforms/stm32f103c8.cpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include -#include #include "../resource_list.hpp" diff --git a/demos/platforms/stm32f103r6.cpp b/demos/platforms/stm32f103r6.cpp index 27673a8..498e506 100644 --- a/demos/platforms/stm32f103r6.cpp +++ b/demos/platforms/stm32f103r6.cpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include -#include #include "../resource_list.hpp"