From 098559ca3552ebd8f80a6d28254f4fa58913b751 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2016 08:56:48 +0200 Subject: Add DLL export/import support --- butl/triplet | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'butl/triplet') diff --git a/butl/triplet b/butl/triplet index 44b5195..013818e 100644 --- a/butl/triplet +++ b/butl/triplet @@ -7,6 +7,8 @@ #include +#include + namespace butl { // This is the ubiquitous 'target triplet' that loosely has the CPU-VENDOR-OS @@ -93,7 +95,7 @@ namespace butl // // 2. LLVM has the Triple class with similar goals. // - struct triplet + struct LIBBUTL_EXPORT triplet { std::string cpu; std::string vendor; -- cgit v1.1