windows.h needed for QueryPerformanceCounter

This commit is contained in:
dwarning 2024-10-28 22:11:38 +01:00
parent 2989bbfcc0
commit e4a8019215
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Copyright 1990 Regents of the University of California. All rights reserved.
#include "ngspice/ngspice.h"
#include <string.h>
#ifdef HAVE_QUERYPERFORMANCECOUNTER
#include <windows.h>
#endif
#include "misc_time.h"
#ifdef USE_OMP