Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe4ed07

Browse files
author
Alexander Perepelkin
committed
Add missing config.h/Portability.hh include
1 parent 14babda commit fe4ed07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Clock.hh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#ifndef __CLOCK_H
77
#define __CLOCK_H
88

9+
#include <log4cpp/Portability.hh>
10+
911
#ifdef LOG4CPP_HAVE_STDINT_H
1012
#include <stdint.h>
1113
#endif // LOG4CPP_HAVE_STDINT_H

0 commit comments

Comments
 (0)