diff options
Diffstat (limited to 'src/mongo/util/debug_util.cpp')
-rw-r--r-- | src/mongo/util/debug_util.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/util/debug_util.cpp b/src/mongo/util/debug_util.cpp index e217fe7e51d..816b0af4a2d 100644 --- a/src/mongo/util/debug_util.cpp +++ b/src/mongo/util/debug_util.cpp @@ -15,7 +15,8 @@ * limitations under the License. */ -#include "pch.h" +#include "mongo/pch.h" + #ifndef _WIN32 #include <signal.h> #endif |