Skip to content

Commit 73b8b27

Browse files
committed
Include stdexcept header to fix compiler errors
1 parent a12a44c commit 73b8b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/modbuspp/data.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717
#pragma once
1818

19+
#include <stdexcept>
1920
#include <cstdio> // printf
2021
#include <cstring> // memcpy ...
2122
#include <array>

0 commit comments

Comments
 (0)