mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
committed by
Jonathan White
parent
7e44b67906
commit
f3f1520f81
@@ -25,7 +25,7 @@
|
|||||||
#elif defined(HAVE_MALLOC_H)
|
#elif defined(HAVE_MALLOC_H)
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#else
|
#else
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NDEBUG) && !defined(__cpp_sized_deallocation)
|
#if defined(NDEBUG) && !defined(__cpp_sized_deallocation)
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
|
||||||
#if defined(Q_OS_UNIX)
|
#if defined(Q_OS_UNIX)
|
||||||
#include <signal.h>
|
#include <csignal>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "phantomcolor.h"
|
#include "phantomcolor.h"
|
||||||
|
#include <cfloat>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <float.h>
|
|
||||||
|
|
||||||
namespace Phantom
|
namespace Phantom
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user