11 lines
202 B
C
11 lines
202 B
C
|
#pragma once
|
||
|
#ifndef __FILE_Detail_Interface_H
|
||
|
#define __FILE_Detail_Interface_H
|
||
|
|
||
|
#include <typeinfo>
|
||
|
#include <type_traits>
|
||
|
#include <math.h>
|
||
|
#include <algorithm>
|
||
|
|
||
|
#endif // !__FILE_Detail_Interface_H
|