Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit daf89f40 authored by kraus's avatar kraus
Browse files

adding missing header include

parent 6854fcec
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
#define OPAL_TRIM_COIL_H
#include <string>
#include <memory>
#include "AbstractObjects/Definition.h"
class TrimCoil;
......@@ -45,7 +46,7 @@ public:
/// Actual implementation
std::unique_ptr<TrimCoil> trimcoil_m;
private:
///@{ Not implemented.
......@@ -61,4 +62,4 @@ inline Inform &operator<<(Inform &os, const OpalTrimCoil &b) {
return b.print(os);
}
#endif // OPAL_TRIM_COIL_H
#endif // OPAL_TRIM_COIL_H
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment