Skip to content

Commit cf80a3f

Browse files
fix(data): Include stdexcept to fix Flutter compilation
1 parent f89fc14 commit cf80a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include "Data.h"
66

7+
#include <stdexcept>
8+
79
namespace TW {
810

911
Data subData(const Data& data, size_t startIndex, size_t length) {

0 commit comments

Comments
 (0)