diff options
| author | Apollon Oikonomopoulos <apoikos@debian.org> | 2016-01-14 00:10:06 +0200 |
|---|---|---|
| committer | Apollon Oikonomopoulos <apollon@skroutz.gr> | 2016-01-14 00:10:06 +0200 |
| commit | 374e1947abcd3e127a2a613aff73ecffdb9199ea (patch) | |
| tree | d83973c3c9802450acd5b5e86fe0d4e8e60a3a1b /src/mongo/util/base64.cpp | |
| parent | 65585c90b12d6523bea75a2aebaae2a2fdf9e641 (diff) | |
Imported Upstream version 2.6.11upstream/2.6.11
Diffstat (limited to 'src/mongo/util/base64.cpp')
| -rw-r--r-- | src/mongo/util/base64.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/util/base64.cpp b/src/mongo/util/base64.cpp index 41ddb1543e3..5f7cb22a01f 100644 --- a/src/mongo/util/base64.cpp +++ b/src/mongo/util/base64.cpp @@ -16,8 +16,9 @@ * limitations under the License. */ -#include "pch.h" -#include "base64.h" +#include "mongo/pch.h" + +#include "mongo/util/base64.h" namespace mongo { namespace base64 { |
