summaryrefslogtreecommitdiffstats
path: root/include/framework/QueryRequirements.h
blob: dcba67e4ff06c0a05f74d518abd88fe6ae4baa52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * include/framework/QueryRequirements.h
 *
 * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu> 
 *
 * Distributed under the Modified BSD License.
 *
 * A header file containing the necessary includes for Query
 * development.
 *
 */
#pragma once

#include "framework/structure/BufferView.h"
#include "framework/interface/Record.h"
#include "framework/interface/Shard.h"
#include "framework/interface/Query.h"