Skip to content

Commit ba26da2

Browse files
committed
Fix compile issues.
1 parent 102486f commit ba26da2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/getString.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#pragma once
2424

2525
#include <string>
26+
#include <vector>
2627

2728
namespace steppable::localization
2829
{

src/getString.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <algorithm>
3030
#include <regex>
31+
#include <vector>
3132

3233
// DO NOT LOCALIZE
3334

0 commit comments

Comments
 (0)