]> git.tdb.fi Git - builder.git/blobdiff - source/analyzer.cpp
Fix compile errors on 64-bit systems
[builder.git] / source / analyzer.cpp
index 37c8911c4bcb3e8562837eaae5634c8d9e961bcd..eae9de75a182c5c83c4b36850464634e4b19e11b 100644 (file)
@@ -95,7 +95,7 @@ void Analyzer::build_depend_table(Target &tgt, unsigned depth)
 
 void Analyzer::print_table() const
 {
-       vector<unsigned> col_width;
+       vector<string::size_type> col_width;
 
        // Determine column widths
        for(Table::const_iterator i=table.begin(); i!=table.end(); ++i)