summaryrefslogtreecommitdiff
path: root/src/mongo/util/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/base64.cpp')
-rw-r--r--src/mongo/util/base64.cpp5
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 {