Subversion Repositories tpanel

Rev

Rev 300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 300 Rev 303
Line 28... Line 28...
28
#include "tpagemanager.h"
28
#include "tpagemanager.h"
29
#include "tpage.h"
29
#include "tpage.h"
30
#include "tdrawimage.h"
30
#include "tdrawimage.h"
31
#include "texpat++.h"
31
#include "texpat++.h"
32
#include "tconfig.h"
32
#include "tconfig.h"
-
 
33
#include "terror.h"
33
 
34
 
34
#if __cplusplus < 201402L
35
#if __cplusplus < 201402L
35
#   error "This module requires at least C++14 standard!"
36
#   error "This module requires at least C++14 standard!"
36
#else
37
#else
37
#   if __cplusplus < 201703L
38
#   if __cplusplus < 201703L