Changeset 70672e3 for src/unittests


Ignore:
Timestamp:
Dec 22, 2010, 5:20:21 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
cdf2e4
Parents:
9098f9
Message:

Added config.h to all header files.

Location:
src/unittests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/InfoUnitTest.hpp

    r9098f9 r70672e3  
    88#ifndef INFOUNITTEST_HPP_
    99#define INFOUNITTEST_HPP_
     10
     11// include config.h
     12#ifdef HAVE_CONFIG_H
     13#include <config.h>
     14#endif
    1015
    1116#include <cppunit/extensions/HelperMacros.h>
  • src/unittests/LogUnitTest.hpp

    r9098f9 r70672e3  
    55#ifndef LOGTEST_HPP_
    66#define LOGTEST_HPP_
     7
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
    712
    813#include <cppunit/extensions/HelperMacros.h>
Note: See TracChangeset for help on using the changeset viewer.