Skip to content

Commit aa2407e

Browse files
author
Torben
committed
ifndef hinzugefügt
1 parent 3498216 commit aa2407e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/String.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef STRING_H_
2+
#define STRING_H_
3+
14
#include <iostream>
25
using namespace std;
36

@@ -21,3 +24,5 @@ class String {
2124
friend ostream& operator<<(ostream &out, String &s);
2225

2326
};
27+
28+
#endif /* STRING_H_ */

0 commit comments

Comments
 (0)