fwd: add a root set of forward decls

This commit is contained in:
Danny Robson 2022-03-22 12:41:25 +10:00
parent 8b409d07c8
commit bfc5069e23
2 changed files with 7 additions and 0 deletions

View File

@ -233,6 +233,8 @@ endif ()
# Common files
list (
APPEND UTIL_FILES
fwd.hpp
adapter.hpp
adapter.cpp
algo/search.hpp

5
fwd.hpp Normal file
View File

@ -0,0 +1,5 @@
#pragma once
namespace cruft {
class uri;
}