diff options
author | Hop311 <hop3114@gmail.com> | 2023-05-22 19:04:56 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-05-22 19:04:56 +0200 |
commit | 35b038fe91d4f3c4b3ffdc4f48385ac3b2082664 (patch) | |
tree | 13c76f1a360bd04d9220eff317aa96e629d99cae | |
parent | 08ec6fe5fbf52d814d88c235aac84bb95ad4e322 (diff) |
Add missing include
-rw-r--r-- | src/openvic/utility/BMP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvic/utility/BMP.cpp b/src/openvic/utility/BMP.cpp index eb3e2b1..9a90d68 100644 --- a/src/openvic/utility/BMP.cpp +++ b/src/openvic/utility/BMP.cpp @@ -1,5 +1,6 @@ #include "BMP.hpp" +#include <cstring> #include <set> #include "Logger.hpp" |