/[svn]/gigedit/trunk/src/gigedit/global.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3546 by persson, Sat Feb 16 19:56:56 2019 UTC revision 3547 by schoenebeck, Tue Jul 30 12:22:16 2019 UTC
# Line 40  Line 40 
40    
41  #include <sstream>  #include <sstream>
42  #include <map>  #include <map>
43  #include <sigc++/signal.h>  #ifdef SIGCPP_HEADER_FILE
44    # include SIGCPP_HEADER_FILE(signal.h)
45    #else
46    # include <sigc++/signal.h>
47    #endif
48    
49  #ifdef LIBGIG_HEADER_FILE  #ifdef LIBGIG_HEADER_FILE
50  # include LIBGIG_HEADER_FILE(gig.h)  # include LIBGIG_HEADER_FILE(gig.h)

Legend:
Removed from v.3546  
changed lines
  Added in v.3547

  ViewVC Help
Powered by ViewVC