Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/verbose.hpp

    rcd4ccc rf66195  
    88#ifndef VERBOSE_HPP_
    99#define VERBOSE_HPP_
     10
     11using namespace std;
     12
     13/*********************************************** includes ***********************************/
     14
     15// include config.h
     16#ifdef HAVE_CONFIG_H
     17#include <config.h>
     18#endif
     19
     20#include <iostream>
    1021
    1122/************************************* Class Verbose & Binary *******************************/
Note: See TracChangeset for help on using the changeset viewer.