mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-28 23:50:59 +00:00
12 lines
161 B
C++
12 lines
161 B
C++
//
|
|
// Created by YuhangQ on 2021/9/24.
|
|
//
|
|
|
|
#ifndef INVODB_MAIN_H
|
|
#define INVODB_MAIN_H
|
|
|
|
#include <iostream>
|
|
#include "io/page_manager.h"
|
|
|
|
#endif //INVODB_MAIN_H
|