Changeset 980 for cpp


Ignore:
Timestamp:
07/08/20 13:11:17 (4 years ago)
Author:
Maciej Komosinski
Message:

Added missing #include for *nix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_math.cpp

    r979 r980  
    55#include "nonstd_math.h"
    66#include <PrintFloat/PrintFloat.h>
     7#include <string.h> // strncpy()
    78#include <sstream>
    8 #include <algorithm>    // std::min
     9#include <algorithm> // std::min()
    910
    1011RandomGenerator &rndGetInstance()
Note: See TracChangeset for help on using the changeset viewer.