Skip to content

Commit 8604546

Browse files
Fixed missing header include for strcpy (#92)
Co-authored-by: SteveMaas1978 <50155781+SteveMaas1978@users.noreply.github.com>
1 parent 3749be9 commit 8604546

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FECore/FSPath.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.*/
2626
#include "stdafx.h"
2727
#include <regex>
28+
#include <string>
29+
#include <cstring>
2830
#include <string.h>
2931
#include "FSPath.h"
3032

0 commit comments

Comments
 (0)