mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
trunk/branch integration: fix include
This commit is contained in:
parent
be689588e4
commit
57aee193d1
@ -1,7 +1,7 @@
|
||||
//
|
||||
// AbstractStrategy.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/AbstractStrategy.h#4 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/AbstractStrategy.h#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Cache
|
||||
@ -36,13 +36,14 @@
|
||||
//
|
||||
|
||||
|
||||
#ifndef Foundation_AbstractStrategy_INCLUDED
|
||||
#define Foundation_AbstractStrategy_INCLUDED
|
||||
#ifndef Foundation_AbstractStrategy_INCLUDED
|
||||
#define Foundation_AbstractStrategy_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/KeyValueArgs.h"
|
||||
#include "Poco/ValidArgs.h"
|
||||
#include "Poco/EventArgs.h"
|
||||
#include <set>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@ -95,4 +96,4 @@ public:
|
||||
} // namespace Poco
|
||||
|
||||
|
||||
#endif
|
||||
#endif // Foundation_AbstractStrategy_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user