aboutsummaryrefslogtreecommitdiff
path: root/odb/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.cxx')
-rw-r--r--odb/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/common.cxx b/odb/common.cxx
index 667afc0..be8e6c5 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -599,7 +599,7 @@ check (semantics::typedefs& t)
//
if (!included_)
{
- if (class_file (*ci) != unit.file ())
+ if (!options.at_once () && class_file (*ci) != unit.file ())
return false;
}