diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst index f7778ecaeff67..51f6731850115 100644 --- a/clang/docs/StandardCPlusPlusModules.rst +++ b/clang/docs/StandardCPlusPlusModules.rst @@ -554,6 +554,7 @@ the compilation of ``use.cpp`` may be slower than the following style significantly: .. code-block:: c++ + module; #include "big.header.h" export module m:big.header.wrapper;