aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard/envelope.cxx
blob: 4a610143cc7c0a52a5d11e584cd642cf06ed28ef (plain)
1
2
3
4
5
6
7
8
9
10
// file      : examples/cxx/hybrid/custom/wildcard/envelope.cxx
// copyright : not copyrighted - public domain

// Include email.hxx (which includes envelope.hxx) instead of envelope.hxx.
//
#include "email.hxx"

namespace email
{
}