aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/StandardCPlusPlusModules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/StandardCPlusPlusModules.rst')
-rw-r--r--clang/docs/StandardCPlusPlusModules.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index 0347ff0..c5478bb 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -868,6 +868,9 @@ headers to:
...
#endif
+If the modules imported by your library provides such headers too, remember to add them to
+your ``your_library_imported.h`` too.
+
Importing modules
~~~~~~~~~~~~~~~~~