1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Added reference to limits.h in AdlLib_linux.cpp

Suggested solution to bug https://github.com/xmrig/xmrig/issues/2171
This commit is contained in:
André Biseth
2021-03-11 11:50:05 +01:00
committed by GitHub
parent 69590f9777
commit 7c0d60ac68

View File

@@ -24,6 +24,7 @@
#include "backend/opencl/wrappers/OclDevice.h"
#include <limits.h>
#include <dirent.h>
#include <fstream>
#include <map>