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

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