summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_http_agent.js')
-rw-r--r--lib/_http_agent.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/_http_agent.js b/lib/_http_agent.js
index 41fe003c08..32dbf27abc 100644
--- a/lib/_http_agent.js
+++ b/lib/_http_agent.js
@@ -21,6 +21,8 @@
'use strict';
+const { Object } = primordials;
+
const net = require('net');
const EventEmitter = require('events');
const debug = require('internal/util/debuglog').debuglog('http');