mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-30 00:20:58 +00:00
13 lines
193 B
C++
13 lines
193 B
C++
//
|
|
// Created by YuhangQ on 2021/9/24.
|
|
//
|
|
|
|
#ifndef INVODB_MAIN_H
|
|
#define INVODB_MAIN_H
|
|
|
|
#include <iostream>
|
|
#include "io/page_manager.h"
|
|
#include "io/virtual_storage.h"
|
|
|
|
#endif //INVODB_MAIN_H
|