summaryrefslogtreecommitdiffstats
path: root/include/framework/QueryRequirements.h
blob: 9f56e4a95ea11958653756d7a54b2c693af61f58 (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/interface/Record.h"
#include "framework/structure/BufferView.h"
#include "framework/interface/Query.h"
#include "framework/interface/Shard.h"