You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
370 B
21 lines
370 B
#ifndef __AQ_PCH_H__
|
|
#define __AQ_PCH_H__
|
|
|
|
#include "libaquery.h"
|
|
#include "aggregations.h"
|
|
#include <iostream>
|
|
#include <chrono>
|
|
#include "monetdb_conn.h"
|
|
#include "threading.h"
|
|
#include "../csv.h"
|
|
#include "table_ext_monetdb.hpp"
|
|
#ifdef _WIN32
|
|
#include "winhelper.h"
|
|
#undef max
|
|
#undef min
|
|
#else
|
|
#include <dlfcn.h>
|
|
#include <fcntl.h>
|
|
#include <sys/mman.h>
|
|
#endif
|
|
#endif |