Skip to content

Commit 2dc4ac8

Browse files
committed
avoid linux compile issue
/home/runner/work/NppFTP/NppFTP/src/Windows/Treeview.cpp:215:45: error: ‘pow’ was not declared in this scope 215 | if (fsize > pow(1024, i)) { | ^~~
1 parent e96f4d3 commit 2dc4ac8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Windows/Treeview.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "StdInc.h"
2020
#include "Treeview.h"
2121
#include "ut_strop.h"
22+
#include <math.h>
2223

2324
/* Tree view extended styles */
2425
#if 1

0 commit comments

Comments
 (0)