Skip to content

Commit 6399f86

Browse files
author
Colin Robertson
authored
Merge pull request #2806 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 0ea52d0 + 48e2610 commit 6399f86

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)