Fix clang build warning
This commit is contained in:
parent
e79e81c6cd
commit
68be50bbab
@ -1,3 +1,7 @@
|
||||
#if defined __clang__
|
||||
# pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user