Skip to content

Commit bb8ff90

Browse files
committed
Fixes issue 39.
1 parent 7d49023 commit bb8ff90

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/common/aedis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
* accompanying file LICENSE.txt)
55
*/
66

7-
#include <aedis.hpp>
87
#include <aedis/src.hpp>

include/aedis/impl/error.ipp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <aedis/error.hpp>
8+
#include <boost/assert.hpp>
89

910
namespace aedis {
1011
namespace detail {

0 commit comments

Comments
 (0)