Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Jul 26, 2024
1 parent 64b4f61 commit 00c3f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/ExamplePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "utils/xmlfileUnits.h"
#include "utils/Logger.h"

#include <string>


void ExamplePlugin::readXML(XMLfileUnits& xmlconfig) {
_writeFrequency = 1;
Expand Down

0 comments on commit 00c3f59

Please sign in to comment.