Skip to content

Commit 4866255

Browse files
committed
<linux/limits.h> is implicitly included via <limits.h> but not required here
Source/GmmLib/Utility/GmmLog/GmmLog.cpp:36:10: fatal error: 'linux/limits.h' file not found #include <linux/limits.h> ^~~~~~~~~~~~~~~~
1 parent cd076a5 commit 4866255

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/GmmLib/Utility/GmmLog/GmmLog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ OTHER DEALINGS IN THE SOFTWARE.
3434
#include <sys/stat.h>
3535
#include <unistd.h>
3636
#include <fstream>
37-
#include <linux/limits.h>
3837
#endif
3938

4039
/// Logger instance shared by all of GmmLib within a process

0 commit comments

Comments
 (0)