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