Skip to content

Commit 4f8dad4

Browse files
committed
Add missing includes
1 parent a8d8635 commit 4f8dad4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/transform/BWT.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ limitations under the License.
1414
*/
1515

1616
#include <cstring>
17+
#include <stdexcept>
1718
#include <vector>
19+
1820
#include "BWT.hpp"
1921
#include "../Global.hpp"
2022
#include "../Memory.hpp"

src/transform/BWTBlockCodec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ limitations under the License.
1414
*/
1515

1616
#include <cstring>
17+
#include <stdexcept>
1718
#include "BWTBlockCodec.hpp"
1819
#include "../Global.hpp"
1920

0 commit comments

Comments
 (0)