summaryrefslogtreecommitdiff
path: root/src/fabric_view_reduce.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric_view_reduce.erl')
-rw-r--r--src/fabric_view_reduce.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fabric_view_reduce.erl b/src/fabric_view_reduce.erl
index 4f08b3ed..ddde9f22 100644
--- a/src/fabric_view_reduce.erl
+++ b/src/fabric_view_reduce.erl
@@ -3,6 +3,8 @@
-export([go/6]).
-include("fabric.hrl").
+-include_lib("mem3/include/mem3.hrl").
+-include_lib("couch/include/couch_db.hrl").
go(DbName, GroupId, View, Args, Callback, Acc0) when is_binary(GroupId) ->
{ok, DDoc} = fabric:open_doc(DbName, <<"_design/", GroupId/binary>>, []),