From c8391729c7af8edc142f0319ccffe2720cfb6c18 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 29 Apr 2016 18:28:34 -0700 Subject: [core] Use geometry.hpp feature type --- binding.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binding.gyp') diff --git a/binding.gyp b/binding.gyp index 3e7f9a452a..acd8129260 100644 --- a/binding.gyp +++ b/binding.gyp @@ -35,6 +35,8 @@ 'platform/node/src/node_map.cpp', 'platform/node/src/node_request.hpp', 'platform/node/src/node_request.cpp', + 'platform/node/src/node_feature.hpp', + 'platform/node/src/node_feature.cpp', 'platform/node/src/util/async_queue.hpp', ], -- cgit v1.2.1