mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
missing pragma onces
This commit is contained in:
parent
69fdc69948
commit
71f8a44720
@ -16,6 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../pch.h"
|
||||
#include "dbclient.h"
|
||||
|
@ -15,6 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#undef assert
|
||||
|
Loading…
Reference in New Issue
Block a user