Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Jan 22, 2024
1 parent b2be6cc commit b0388fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions source/include/udaPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "export.h"
#include "udaTypes.h"
#include "pluginStructs.h"
#include <clientserver/errorLog.h>

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion source/plugins/bytes/readBytesNonOptimally.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "export.h"

#include <string>
#include <plugins/pluginStructs.h>
#include "pluginStructs.h"

int readBytes(const std::string& path, IDAM_PLUGIN_INTERFACE* plugin_interface);

Expand Down
5 changes: 3 additions & 2 deletions source/plugins/uda_plugin_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#include <string>

#include <plugins/pluginStructs.h>
#include <clientserver/export.h>
#include "pluginStructs.h"
#include "export.h"

#include <boost/algorithm/string.hpp>
#include <boost/optional.hpp>
Expand All @@ -16,6 +16,7 @@
#include <fmt/format.h>

#include "udaPlugin.h"
#include "logging/logging.h"

class UDAPluginBase;

Expand Down

0 comments on commit b0388fa

Please sign in to comment.