InvoDB/invodb/main.h
2021-10-26 21:26:48 +08:00

16 lines
218 B
C++

//
// Created by YuhangQ on 2021/9/24.
//
#ifndef INVODB_MAIN_H
#define INVODB_MAIN_H
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <vector>
#include <models/collection.h>
#endif //INVODB_MAIN_H