diff --git a/sample-functions/HostnameIntent/handler.js b/sample-functions/HostnameIntent/handler.js
index 5c37fb7870def02667df29f764ec85cab27b8f51..55252ca94b1c852f39bef3d5ade139a465f633b5 100644
--- a/sample-functions/HostnameIntent/handler.js
+++ b/sample-functions/HostnameIntent/handler.js
@@ -1,6 +1,7 @@
 "use strict"
 let fs = require('fs');
 let sample = require("./sample.json");
+let getStdin = require("get-stdin");
 
 getStdin().then(content => {
   let request = JSON.parse(content);