Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Assert.cc

    rbf2438c rb3c36f4  
    1414//
    1515
    16 #include <cstdarg>  // for va_end, va_list, va_start
    17 #include <cstdio>   // for fprintf, stderr, vfprintf
    18 #include <cstdlib>  // for abort
     16#include <assert.h>
     17#include <cstdarg>                                                                              // varargs
     18#include <cstdio>                                                                               // fprintf
     19#include <cstdlib>                                                                              // abort
    1920
    2021extern const char * __progname;                                                 // global name of running executable (argv[0])
Note: See TracChangeset for help on using the changeset viewer.