Add compatibility headers

This commit is contained in:
Victor Zverovich
2016-04-24 09:10:58 -07:00
parent afd67497de
commit 17544b1824
4 changed files with 4 additions and 4 deletions

2
cppformat/posix.h Normal file
View File

@@ -0,0 +1,2 @@
#include "../fmt/posix.h"
#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead.