13 lines
214 B
C++
13 lines
214 B
C++
#ifndef COURSE_DESIGN_TOOLS_H_
|
|
#define COURSE_DESIGN_TOOLS_H_
|
|
|
|
#include "chrono"
|
|
#include "iostream"
|
|
#include "sqlite3.h"
|
|
#include "string"
|
|
#include "iomanip"
|
|
#include "vector"
|
|
|
|
std::string get_utc8_time();
|
|
|
|
#endif |