Skip to content

Commit 4091829

Browse files
rjgebissaghm
authored andcommitted
CXX-1423 Add missing include for <cassert> in mock tests
1 parent fb39ba7 commit 4091829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mongocxx/test_util/mock.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#pragma once
1616

17+
#include <cassert>
1718
#include <array>
1819
#include <functional>
1920
#include <iostream>

0 commit comments

Comments
 (0)