aboutsummaryrefslogtreecommitdiff
path: root/xsde/types.hxx
blob: 75bd0e2a7f29b58c02c45e50997695b777935d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : xsde/types.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef TYPES_HXX
#define TYPES_HXX

#include <vector>

#include <cult/types.hxx>

typedef std::vector<Cult::Types::NarrowString> NarrowStrings;

#endif // TYPES_HXX