mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 02:59:43 +08:00
fix: Added missing header
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
/**
|
||||
* Class Complex to represent complex numbers as a field.
|
||||
|
||||
Reference in New Issue
Block a user