We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c6faf commit 71e99ddCopy full SHA for 71e99dd
FWCore/Framework/interface/maker/ModuleSignalSentry.h
@@ -2,7 +2,8 @@
2
#define FWCore_Framework_ModuleSignalSentry_h
3
4
#include "FWCore/Utilities/interface/ConvertException.h"
5
-
+#include "FWCore/Utilities/interface/Exception.h"
6
+#include "FWCore/Utilities/interface/thread_safety_macros.h"
7
namespace edm {
8
class ActivityRegistry;
9
class ModuleCallingContext;
@@ -59,4 +60,4 @@ namespace edm {
59
60
};
61
} // namespace edm
62
-#endif
63
+#endif
0 commit comments