Skip to content

Commit

Permalink
Modify string include
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Jul 26, 2024
1 parent 9cd1396 commit 2a6f598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ExamplePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "utils/xmlfileUnits.h"
#include "utils/Logger.h"

#include <string>
#include <cstring>


void ExamplePlugin::readXML(XMLfileUnits& xmlconfig) {
Expand Down

0 comments on commit 2a6f598

Please sign in to comment.