aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-22 14:49:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-22 17:57:00 +0200
commit81ea37904e4959414b53b225b4b5e56e1b561bdc (patch)
tree6ae70d4adb9c0c3ed57679873de8061d5b9c5b19 /odb/gcc.hxx
parent246b1557bf84082cc72ec2cbe089262b21c8bc97 (diff)
Add pragma for setting type's or member's default value
New pragma: default. New test: default.
Diffstat (limited to 'odb/gcc.hxx')
-rw-r--r--odb/gcc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index feb69ba..7967b74 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -27,6 +27,7 @@ extern "C"
#include <coretypes.h>
#include <tree.h>
#include <intl.h>
+#include <real.h>
#include <tm.h>