mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798196 - not building with Boost 1.76
This commit is contained in:
@@ -24,24 +24,21 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/locale/encoding_utf.hpp>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <config.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "qof.h"
|
||||
}
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/locale/encoding_utf.hpp>
|
||||
#include <sstream>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "gnc-numeric.hpp"
|
||||
#include "gnc-rational.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user