diff --git a/src/pystencils/backend/platforms/cuda.py b/src/pystencils/backend/platforms/cuda.py
index 32744661a210b5ba64518d977ad6aa65829eb29f..637723f07cf8a7d7ac27310234f1f451a89c5c27 100644
--- a/src/pystencils/backend/platforms/cuda.py
+++ b/src/pystencils/backend/platforms/cuda.py
@@ -199,7 +199,7 @@ class CudaPlatform(GenericGpu):
     def required_headers(self) -> set[str]:
         return {
             '"pystencils_runtime/hip.h"',  # TODO: move to HipPlatform once it is introduced
-            '"gpu_atomics.h'
+            '"gpu_atomics.h"'
         }
 
     def materialize_iteration_space(