blob: 95f7b67e264e3a932ce4993ae2b65f71dc2aec59 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
*
*/
#pragma once
#include "framework/structure/MutableBuffer.h"
#include "framework/interface/Record.h"
#include "framework/interface/Shard.h"
#include "framework/interface/Query.h"
|