Skip to content

Commit 48e2610

Browse files
author
Colin Robertson
authored
Merge pull request #2092 from AndrewR66/patch-2
Update header-files-cpp.md
2 parents 618b551 + 722084a commit 48e2610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cpp/header-files-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Use of the **using** directive will not necessarily cause an error, but can pote
111111
The following example shows the various kinds of declarations and definitions that are allowed in a header file:
112112

113113
```cpp
114+
// sample.h
114115
#pragma once
115116
#include <vector> // #include directive
116117
#include <string>

0 commit comments

Comments
 (0)