Skip to content

Commit bb18ff4

Browse files
committed
Adds missing include header.
1 parent 6ce793e commit bb18ff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Coverage
33
on:
44
push:
55
branches:
6-
- master
6+
- develop
77
jobs:
88
posix:
99
defaults:

include/boost/redis/adapter/result.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define BOOST_REDIS_ADAPTER_RESULT_HPP
1010

1111
#include <boost/redis/resp3/type.hpp>
12+
#include <boost/redis/error.hpp>
1213
#include <boost/system/result.hpp>
1314
#include <string>
1415

0 commit comments

Comments
 (0)