1
0
Fork 0
arangodb/tests/Aql/ExecutionBlockImplTestInsta...

7 lines
257 B
C++

#include "Aql/ExecutionBlockImpl.cpp"
#include "TestEmptyExecutorHelper.h"
#include "TestExecutorHelper.h"
template class ::arangodb::aql::ExecutionBlockImpl<TestExecutorHelper>;
template class ::arangodb::aql::ExecutionBlockImpl<TestEmptyExecutorHelper>;