Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 25, 2023
1 parent cc78e24 commit 5a02192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/hal/gpiobus_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "hal/gpiobus_factory.h"
#include "hal/gpiobus_raspberry.h"
#include <spdlog/spdlog.h>
#include <sstream>
#include <fstream>

const string GPIOBUS_Factory::type_raspberry_pi_1 = "Raspberry Pi 1";
Expand Down

0 comments on commit 5a02192

Please sign in to comment.