Skip to content

Commit

Permalink
Merge pull request #12 from EuropeanSpallationSource/add-missing-epic…
Browse files Browse the repository at this point in the history
…sThread_h

Add missing include of epicsThread.h
  • Loading branch information
kmpeters authored Sep 3, 2024
2 parents 69ba0ba + 7cc1a3c commit b9ffbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions micosApp/src/SMCTaurusAxis.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include <epicsThread.h>
#include "SMCTaurusDriver.h"

/** Creates a new SMCTaurusAxis object.
Expand Down
1 change: 1 addition & 0 deletions micosApp/src/SMChydraAxis.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include <epicsThread.h>
#include "SMChydraDriver.h"

/** Creates a new SMChydraAxis object.
Expand Down

0 comments on commit b9ffbab

Please sign in to comment.