Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/stackclass.hpp

    r29812d rf66195  
    22#define STACKCLASS_HPP_
    33
     4using namespace std;
     5
     6/*********************************************** includes ***********************************/
     7
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    413#include "verbose.hpp"
    514#include "memoryallocator.hpp"
     15
     16/****************************************** forward declarations *****************************/
    617
    718template <typename T> class StackClass;
Note: See TracChangeset for help on using the changeset viewer.