Skip to content

Commit bc17c3a

Browse files
authored
Merge pull request #291 from sjanuary/cpuwatchdog2
Move CPU watchdog include statment to fix build break on Node 0.10
2 parents 9c25ae6 + c54e95a commit bc17c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appmetrics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include "nan.h"
2323
#include "uv.h"
2424
#include "AgentExtensions.h"
25+
#include "plugins/node/prof/watchdog.h"
2526

2627
#if NODE_VERSION_AT_LEAST(0, 11, 0) // > v0.11+
2728
#include "objecttracker.hpp"
28-
#include "plugins/node/prof/watchdog.h"
2929
#endif
3030

3131
#include <string>

0 commit comments

Comments
 (0)