aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/pch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/pch.cpp')
-rw-r--r--toolsrc/src/pch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/pch.cpp b/toolsrc/src/pch.cpp
index 17305716a..ebc3d8904 100644
--- a/toolsrc/src/pch.cpp
+++ b/toolsrc/src/pch.cpp
@@ -1 +1,2 @@
-#include "pch.h" \ No newline at end of file
+// This file intentionally left blank. It exists to be a target for pch compilation,
+// but `#include "pch.h"` is already injected by the compiler. \ No newline at end of file