A cosmetic change
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
parent
0da2a193c8
commit
4478135dcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156088
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@
|
|||
*/
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
+// C++ headers
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
+#include <iomanip>
|
||||
+using namespace std;
|
||||
|
|
Loading…
Reference in a new issue