Skip to content

Commit a60ac70

Browse files
authored
CDRIVER-4454 use consistent include path for mcd-time.h (#1154)
This include was inconsistent with all others in libmongoc. The path is necessary for compilation in Visual Studio when "src/libmongoc/src/libmongoc/src" is used as an include path. This was originally introduced in 686bff8
1 parent e507fc9 commit a60ac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mcd-azure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <mongoc/mongoc-http-private.h>
2525

26-
#include <mcd-time.h>
26+
#include <mongoc/mcd-time.h>
2727

2828
/**
2929
* @brief An Azure OAuth2 access token obtained from the Azure API

0 commit comments

Comments
 (0)