Skip to content

Commit

Permalink
Merge pull request #101 from WolfgangDrescher/1520ify
Browse files Browse the repository at this point in the history
Add missing includes in `1520ify`
  • Loading branch information
craigsapp authored Oct 14, 2024
2 parents 39070bd + c569151 commit 22eaafc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion min/humlib.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Programmer: Craig Stuart Sapp <[email protected]>
// Creation Date: Sat Aug 8 12:24:49 PDT 2015
// Last Modified: Sun Oct 6 10:03:46 PDT 2024
// Last Modified: Fr 11 Okt 2024 00:16:02 CEST
// Filename: min/humlib.cpp
// URL: https://github.com/craigsapp/humlib/blob/master/min/humlib.cpp
// Syntax: C++11
Expand Down
2 changes: 1 addition & 1 deletion min/humlib.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Programmer: Craig Stuart Sapp <[email protected]>
// Creation Date: Sat Aug 8 12:24:49 PDT 2015
// Last Modified: Sun Oct 6 10:03:46 PDT 2024
// Last Modified: Fr 11 Okt 2024 00:16:02 CEST
// Filename: min/humlib.h
// URL: https://github.com/craigsapp/humlib/blob/master/min/humlib.h
// Syntax: C++11
Expand Down
2 changes: 2 additions & 0 deletions src/tool-1520ify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "HumRegex.h"

#include <algorithm>
#include <chrono>
#include <iomanip>

using namespace std;

Expand Down

0 comments on commit 22eaafc

Please sign in to comment.