44b1e2aafe
(at least on tier-1 architectures) - Update to version 0.13.1beta which includes many C++ related fixes (unfortunately, a number of issues still remain to be patched) - Let the compiler handle template instantiation of ``TPoolFile'' [1] - Use native atomics instead of pulling Boost header - Convert few remaining sed(1) in-place editing to patch files - Bump FOX toolkit version being used (1.4 -> 1.6) - Get rid of absolute port origins when specifying dependencies - Unbreak NLS option (and enable it back by default) [1] http://bugs.gentoo.org/334797
10 lines
207 B
C++
10 lines
207 B
C++
--- src/backend/CTrigger.h.orig 2008-09-22 02:37:14 UTC
|
|
+++ src/backend/CTrigger.h
|
|
@@ -27,6 +27,7 @@
|
|
#include <stddef.h>
|
|
|
|
#include <stdexcept>
|
|
+#include <string>
|
|
#include <vector>
|
|
|
|
#include <CMutex.h>
|