diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index fefd7bb..e7d75a7 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -19263,7 +19263,7 @@ The errors will not be caught until link time for a program calling `bar` or `fo int foobar(int); // foo.cpp: - #include + #include "foo.h" void foo(int) { /* ... */ } int bar(double) { /* ... */ }