diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 11:53:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 11:53:26 +0200 |
commit | 398a211a3dc166ef72bcda5917c94533d2c7e3e4 (patch) | |
tree | f1d356bfb2cba3c47d463388f2be51151873c357 | |
parent | 1a8a287a4f6cc441240dd2e58d243a03c341eea3 (diff) |
Add missing header to buildfile
-rw-r--r-- | build2/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/buildfile b/build2/buildfile index 7e0a925..1281e9e 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -49,6 +49,7 @@ exe{b}: \ cc/{hxx cxx}{ module } \ cc/{ cxx}{ msvc } \ cc/{hxx cxx}{ target } \ + cc/{hxx }{ types } \ cc/{hxx ixx cxx}{ utility } \ cc/{ cxx}{ windows-manifest } \ cc/{ cxx}{ windows-rpath } \ |