aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-09 17:23:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-09 17:23:47 +0200
commit90801c5afeb37e4297076bdd5354ba41a7009a3f (patch)
tree98960b76e80c46814f38d345c63d9fb6edcc5f22 /xsd-frontend/types.hxx
parentcf2783f792ee634ffbbb36311c9f69956b1d107e (diff)
Use standard types instead of ones from libcult
Diffstat (limited to 'xsd-frontend/types.hxx')
-rw-r--r--xsd-frontend/types.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsd-frontend/types.hxx b/xsd-frontend/types.hxx
index 7608681..f3512e1 100644
--- a/xsd-frontend/types.hxx
+++ b/xsd-frontend/types.hxx
@@ -6,10 +6,14 @@
#ifndef XSD_FRONTEND_TYPES_HXX
#define XSD_FRONTEND_TYPES_HXX
+#include <cstddef> // std::size_t
+
#include <cult/types.hxx>
namespace XSDFrontend
{
+ using std::size_t;
+
using namespace Cult::Types;
typedef Cult::WideString String;