]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/types/preprocessed.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / types / preprocessed.jam
index c9187ba671084997c8412b751975ee8dd73811ed..514f0e8a39875d8461704c9c94527e7f66951298 100644 (file)
@@ -1,9 +1,10 @@
 # Copyright Steven Watanabe 2011
 # Distributed under the Boost Software License Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
+# accompanying file LICENSE.txt or copy at
+# https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 import type ;
+import cpp ; # must import to have registered C CPP types
 
 type.register PREPROCESSED_C : i : C ;
 type.register PREPROCESSED_CPP : ii : CPP ;