lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e2fd2e3 1/5: Revert "Include the appropriate


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e2fd2e3 1/5: Revert "Include the appropriate PCH header"
Date: Wed, 15 Mar 2017 10:16:23 -0400 (EDT)

branch: master
commit e2fd2e30ebd2510b0b31eb925327c4486439740b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Revert "Include the appropriate PCH header"
    
    This reverts commit ba65912f5d16ce8f626388d3bddb8e9641a5f319. See:
      http://lists.nongnu.org/archive/html/lmi/2017-03/msg00088.html
    To support PCH, all TUs included in the same library must include
    the same PCH header. 'msw_workarounds.cpp' has nothing to do with
    wx per se, but is included in libskeleton, which depends on wx.
---
 msw_workarounds.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msw_workarounds.cpp b/msw_workarounds.cpp
index da0448a..ac5380c 100644
--- a/msw_workarounds.cpp
+++ b/msw_workarounds.cpp
@@ -19,7 +19,7 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#include "pchfile.hpp"
+#include "pchfile_wx.hpp"
 
 #include "msw_workarounds.hpp"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]